diff --git a/docs/developer-guide/CHANGELOG.md b/docs/developer-guide/CHANGELOG.md index 2b650deb55..b84b21f716 100644 --- a/docs/developer-guide/CHANGELOG.md +++ b/docs/developer-guide/CHANGELOG.md @@ -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) diff --git a/docs/user-guide/solver/02-command-line.md b/docs/user-guide/solver/02-command-line.md index 0ba9651690..526f54b6f8 100644 --- a/docs/user-guide/solver/02-command-line.md +++ b/docs/user-guide/solver/02-command-line.md @@ -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