Bugfix CPLEX settings
This commit is contained in:
parent
f2b4746598
commit
016e70c6c7
@ -684,8 +684,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
|
||||||
cbc-default: {} # Used in CI
|
cbc-default: {} # Used in CI
|
||||||
glpk-default: {} # Used in CI
|
glpk-default: {} # Used in CI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user