Update default CPLEX options following PyPSA update

For more recent versions of CPLEX and PyPSA, using dotted options
works while the current default crashes a CPLEX solve with
"AttributeError: 'RootParameterGroup' object has no attribute
'barrier_convergetol'". See https://github.com/PyPSA/PyPSA/pull/168.
This commit is contained in:
Koen van Greevenbroek 2021-10-05 11:00:30 +02:00
parent a54f66a686
commit 5ee280b96f

View File

@ -238,8 +238,8 @@ solving:
# threads: 4 # threads: 4
# lpmethod: 4 # barrier # lpmethod: 4 # barrier
# solutiontype: 2 # non basic solution, ie no crossover # solutiontype: 2 # non basic solution, ie no crossover
# barrier_convergetol: 1.e-5 # barrier.convergetol: 1.e-5
# feasopt_tolerance: 1.e-6 # feasopt.tolerance: 1.e-6
plotting: plotting:
map: map: