Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Jan 21, 2025
1 parent 5b48ed5 commit 81b4998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/developer-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ toc_depth: 2
* Short term storage costs [ANT-1854] (#2302)
* Add ts-generation for links [ANT-1084] (#1986)
* Make it possible to specify the final hydro reservoir level [ANT-1084] (#1521)
* Add support for more QP solvers [ANT-2546] (#2574)

#### Removed features
* Remove hydro hotstart (#2131)
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/solver/02-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hide:
| --parallel | Enable [parallel](optional-features/multi-threading.md) computation of MC years |
| --force-parallel=VALUE | Override the max number of years computed [simultaneously](optional-features/multi-threading.md) |
| --linear-solver=VALUE | The optimization solver to use for linear problems. Possible values are: `sirius` (default), `coin`, `xpress`, `scip` |
| --quadratic-solver=VALUE | The optimization solver to use for quadratic problems. Possible values are: `sirius` (default) |
| --quadratic-solver=VALUE | The optimization solver to use for quadratic problems. Possible values are: `sirius` (default), `pdlp` |

## Parameters

Expand Down

0 comments on commit 81b4998

Please sign in to comment.