Merge pull request #630 from aodenweller/bugfix_cplex

Bugfix typo in CPLEX configuration settings
This commit is contained in:
Fabian Neumann 2023-03-25 14:17:17 +01:00 committed by GitHub
commit 7ac983e5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -684,8 +684,8 @@ solving:
threads: 4
lpmethod: 4 # barrier
solutiontype: 2 # non basic solution, ie no crossover
barrier_convergetol: 1.e-5
feasopt_tolerance: 1.e-6
barrier.convergetol: 1.e-5
feasopt.tolerance: 1.e-6
cbc-default: {} # Used in CI
glpk-default: {} # Used in CI

View File

@ -10,8 +10,7 @@ Release Notes
Upcoming Release
================
* new feature or bugfix
* Bugfix: Correct typo in the CPLEX solver configuration in ``config.default.yaml``.
PyPSA-Eur 0.8.0 (18th March 2023)
=================================