Skip to content

Commit 01ecb92

Browse files
committed
Fix default in def file for solver mode [skip ci]
1 parent adda2fc commit 01ecb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/optcuopt.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ user_problem_file string 1 "" 1 1 Controls the name of a file where cuOpt should
66
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)
77
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)
88
prob_read string 1 "" 1 1 Reads a problem from an MPS file
9-
pdlp_solver_mode enumint 0 1 1 2 Controls the mode under which PDLP should operate
9+
pdlp_solver_mode enumint 0 4 1 2 Controls the mode under which PDLP should operate
1010
0 1 stable1
1111
1 1 stable2
1212
2 1 methodical1

0 commit comments

Comments
 (0)