Skip to content

Commit

Permalink
Add more explicit example on how to set solver parameters from comman…
Browse files Browse the repository at this point in the history
…d line (#2100)

Co-authored-by: Florian Omnès <[email protected]>
  • Loading branch information
tbittar and flomnes authored May 17, 2024
1 parent 19d0872 commit f315c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guide/10-command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ _In all cases, arguments " –h" or "–help" can be used to get help_
|-m, --mps-export | Export anonymous mps weekly or daily optimal UC+dispatch linear |
|-s, --named-mps-problems | Export named mps weekly or daily optimal UC+dispatch linear |
|--solver-logs | Print solver logs |
|--solver-parameters | Set solver-specific parameters, for instance `--solver-parameters="param1 value1 param2 value2"`. Syntax is solver-dependent, and only supported for SCIP & XPRESS. |
|--solver-parameters | 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. |

- Misc.

Expand Down

0 comments on commit f315c2f

Please sign in to comment.