COPT solver provide sensible default settings
This commit is contained in:
parent
67cf85ce04
commit
01c1b9161b
@ -755,6 +755,10 @@ solving:
|
|||||||
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
|
||||||
|
copt-default:
|
||||||
|
Threads: 8
|
||||||
|
LpMethod: 2
|
||||||
|
Crossover: 0
|
||||||
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