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
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,28 @@
3
3
*
4
4
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)
5
5
num_gpus integer 0 1 1 2 1 2 Controls the number of GPUs to use for the solve. This setting is only relevant for LP problems that uses concurrent mode and supports up to 2 GPUs at the moment. Using this mode will run PDLP and barrier in parallel on different GPUs to avoid sharing single GPU resources.
presolve enumint 0 -1 1 1 Controls which presolver (if any) to use for presolve reductions.
7
7
-1 1 default (Papilo for MIP, PSLP for LP)
8
8
0 1 off (disable presolve)
9
9
1 1 papilo
10
10
2 1 pslp
11
-
dual_postsolve boolean 0 0 1 2 Controls whether dual postsolve is enabled when using Papilo presolver for LP problems
11
+
dual_postsolve boolean 0 0 1 2 Controls whether dual postsolve is enabled when using Papilo presolver for LP problems. Enabled by default for LP when Papilo presolve is selected.
12
12
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)
13
13
prob_read string 1 "" 1 1 Reads a problem from an MPS file
14
14
pdlp_solver_mode enumint 0 4 1 2 Controls the mode under which PDLP should operate
15
-
0 1 stable1
16
-
1 1 stable2
15
+
0 1 stable1 First obsolete legacy predecessor of stable3
16
+
1 1 stable2 Second obsolete legacy predecessor of stable3
17
17
2 1 methodical1 Takes slower individual steps, but fewer are needed to converge.
18
18
3 1 fast1 Fastest mode, but with less success in convergence.
19
-
4 1 stable3 Best overall mode from experiments; balances speed and convergence success. If you want to use the legacy version, use Stable1. (default)
19
+
4 1 stable3 Best overall mode from experiments; balances speed and convergence success. If you want to use the legacy version, use stable1. (default)
20
20
method enumint 0 0 1 2 Controls the method to solve the linear programming problem
21
21
0 1 concurrent Use PDLP, dual simplex, and barrier in parallel (default).
22
22
1 1 pdlp Use the PDLP method.
23
23
2 1 dual_simplex Use the dual simplex method.
24
24
3 1 method_barrier Use the barrier (interior-point) method.
25
25
iteration_limit integer 0 maxint 0 maxint 1 2 Controls the iteration limit after which the solver will stop and return the current solution (default GAMS IterLim)
0 commit comments