Skip to content

Commit

Permalink
Gurobi: remark on objective tolerances in LP #239
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jun 17, 2024
1 parent b450cad commit 0487f1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions solvers/gurobi/gurobibackend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2102,8 +2102,11 @@ void GurobiBackend::InitCustomOptions() {
/// std feature MULTIOBJ is set.
/// Change the help text
AddToOptionDescription("obj:multi",
"The objectives must all be linear. Objective-specific "
"convergence tolerances and method values may be assigned via "
"Degradation suffixes .objabstol, .objreltol are handled "
"differently for LP, see Gurobi documentation.\n\n"
"The objectives must all be linear.\n\n"
"Objective-specific "
"tolerances and method values may be assigned via "
"keywords of the form obj_n_<name>, such as obj_1_method for the "
"first objective.");

Expand Down

0 comments on commit 0487f1c

Please sign in to comment.