Skip to content

Commit 664d6e0

Browse files
committed
Adapt options once more [skip ci]
1 parent ce560ab commit 664d6e0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/release/*
33
trnsport.gms
44
trnsport.lst
5-
gmscuopt.out
5+
gmscuopt.out
6+
cuopt.opt

assets/optcuopt.def

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ presolve boolean 0 0 1 1 Controls whether presolve is enabled. Presolve can redu
55
num_cpu_threads integer 0 -1 -1 maxint 1 1 Controls the number of CPU threads used in the LP and MIP solvers (default GAMS Threads)
66
time_limit integer 0 maxint 0 maxint 1 1 Controls the time limit in seconds after which the solver will stop and return the current solution (default GAMS ResLim)
77
prob_read string 1 "" 1 1 Reads a problem from an MPS file
8-
pdlp_solver_mode enumint 0 1 1 4 Controls the mode under which PDLP should operate
8+
pdlp_solver_mode enumint 0 1 1 2 Controls the mode under which PDLP should operate
99
0 1 stable1
1010
1 1 stable2
1111
2 1 stable3
1212
3 1 methodical1
1313
4 1 fast1
14-
method enumint 0 0 1 3 Controls the method to solve the linear programming problem
14+
method enumint 0 0 1 2 Controls the method to solve the linear programming problem
1515
0 1 concurrent
1616
1 1 pdlp
1717
2 1 dual_simplex
@@ -38,6 +38,7 @@ mip_absolute_gap double 0 1e-10 0 maxdouble 1 3 Controls the absolute tolerance
3838
mip_relative_gap double 0 1e-5 0 maxdouble 1 3 Controls the relative tolerance used to terminate the MIP solve (default GAMS OptCR)
3939
mip_scaling boolean 0 1 1 3 Controls if scaling should be applied to the MIP problem
4040
mip_heuristics_only boolean 0 0 1 3 Controls if only the GPU heuristics should be run
41+
barrier_dual_initial_point boolean 0 0 1 2 Controls the method used to compute the dual initial point for the barrier solver. The choice of initial point will affect the number of iterations performed by barrier
4142
*
4243
* Groups
4344
*

0 commit comments

Comments
 (0)