Skip to content

Commit

Permalink
Explain why MPS are named when the problem is infeasible (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Jul 10, 2024
1 parent c80109f commit 80ae93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/solver/08-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ hide:
| --optimization-range | Force the [simplex optimization range](04-parameters.md#simplex-range) ('day' or 'week') |
| --no-constraints | Ignore all binding constraints |
| --no-ts-import | Do not import timeseries into the input folder (this option may be useful for running old studies without upgrade) |
| -m, --mps-export | Export anonymous MPS, weekly or daily optimal UC+dispatch linear |
| -m, --mps-export | Export anonymous MPS, weekly or daily optimal UC+dispatch linear (MPS will be named if the problem is infeasible) |
| -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="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. |
Expand All @@ -54,4 +54,4 @@ hide:
| -p, --pid=VALUE | Specify the file where to write the process ID |
| --list-solvers | Display a list of LP solvers available through OR-Tools and exit |
| -v, --version | Print the version of the solver and exit |
| -h, --help | Display this help and exit |
| -h, --help | Display this help and exit |

0 comments on commit 80ae93f

Please sign in to comment.