Skip to content

Commit

Permalink
comment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Nov 7, 2024
1 parent 663abc3 commit 9830dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/solver/misc/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ std::unique_ptr<GetOpt::Parser> CreateParser(Settings& settings,
"option)\nAvailable solver list : "
+ availableOrToolsSolversString());

//--xpress-parameters
//--solver-parameters
parser->add(
options.optOptions.solverParameters,
' ',
"solver-parameters",
"Set xpress solver specific parameters. The specified string must be wrapped into quotes: "
"--solver-parameters=\"param1 value1 param2 value2\". The syntax of parameters is solver "
"specfic, examples are given in Antares-Simulator online documentation.");
"Set solver-specific parameters, for instance --solver-parameters=\"THREADS 1 PRESOLVE 1\""
"for XPRESS or --solver-parameters=\"parallel/maxnthreads 1, lp/presolving TRUE\" for SCIP."
"Syntax is solver-dependent, and only supported for SCIP & XPRESS."

parser->addParagraph("\nParameters");
// --name
Expand Down

0 comments on commit 9830dae

Please sign in to comment.