config: Add equivalent solver parameters for the use of cplex
This commit is contained in:
parent
1069a52801
commit
dafe8e9778
11
config.yaml
11
config.yaml
@ -156,12 +156,19 @@ solving:
|
|||||||
solver:
|
solver:
|
||||||
name: gurobi
|
name: gurobi
|
||||||
threads: 4
|
threads: 4
|
||||||
method: 2
|
method: 2 # barrier
|
||||||
crossover: 0 # -1 (Choose freely)
|
crossover: 0
|
||||||
BarConvTol: 1.e-5
|
BarConvTol: 1.e-5
|
||||||
FeasibilityTol: 1.e-6
|
FeasibilityTol: 1.e-6
|
||||||
LogToConsole: 0
|
LogToConsole: 0
|
||||||
OutputFlag: 1
|
OutputFlag: 1
|
||||||
|
# solver:
|
||||||
|
# name: cplex
|
||||||
|
# threads: 4
|
||||||
|
# lpmethod: 4 # barrier
|
||||||
|
# solutiontype: 2 # non basic solution, ie no crossover
|
||||||
|
# barrier.convergetol: 1.e-5
|
||||||
|
# feasopt.tolerance: 1.e-6
|
||||||
|
|
||||||
plotting:
|
plotting:
|
||||||
map:
|
map:
|
||||||
|
Loading…
Reference in New Issue
Block a user