You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/optcuopt.def
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ presolve boolean 0 0 1 1 Controls whether presolve is enabled. Presolve can redu
5
5
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)
6
6
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)
7
7
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
9
9
0 1 stable1
10
10
1 1 stable2
11
11
2 1 stable3
12
12
3 1 methodical1
13
13
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
mip_relative_gap double 0 1e-5 0 maxdouble 1 3 Controls the relative tolerance used to terminate the MIP solve (default GAMS OptCR)
39
39
mip_scaling boolean 0 1 1 3 Controls if scaling should be applied to the MIP problem
40
40
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
0 commit comments