gamspy-xpress 52.0.0rc1__py3-none-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gamspy_xpress/__init__.py +9 -0
- gamspy_xpress/libgsi.dylib +0 -0
- gamspy_xpress/libxprl.dylib +0 -0
- gamspy_xpress/libxprs.dylib +0 -0
- gamspy_xpress/libxpxcclib64.dylib +0 -0
- gamspy_xpress/optxpress.def +1538 -0
- gamspy_xpress/version.py +1 -0
- gamspy_xpress/xpauth.xpr +9 -0
- gamspy_xpress-52.0.0rc1.dist-info/METADATA +3 -0
- gamspy_xpress-52.0.0rc1.dist-info/RECORD +12 -0
- gamspy_xpress-52.0.0rc1.dist-info/WHEEL +5 -0
- gamspy_xpress-52.0.0rc1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1538 @@
|
|
|
1
|
+
*
|
|
2
|
+
* optxpress.def
|
|
3
|
+
*
|
|
4
|
+
|
|
5
|
+
presolve enumint 8011000 1 1 3 Determines whether presolving should be performed prior to starting the main algorithm
|
|
6
|
+
-1 1 Presolve applied, but a problem will not be declared infeasible if primal infeasibilities are detected. The problem will be solved by the LP optimization algorithm, returning an infeasible solution, which can sometimes be helpful.
|
|
7
|
+
0 1 Presolve not applied.
|
|
8
|
+
1 1 Presolve applied.
|
|
9
|
+
2 1 Presolve applied, but redundant bounds are not removed. This can sometimes increase the efficiency of the barrier algorithm.
|
|
10
|
+
3 1 Presolve is applied, and bounds detected to be redundant are always removed.
|
|
11
|
+
scaling integer 8010000 163 minint maxint 1 4 Bit-vector control determines how the Optimizer will rescale a model internally before optimization
|
|
12
|
+
bit 0 = 1 Equivalent to \ref XPRESSscaling_rowScaling "scaling_rowScaling".
|
|
13
|
+
bit 1 = 2 Equivalent to \ref XPRESSscaling_colScaling "scaling_colScaling".
|
|
14
|
+
bit 2 = 4 Equivalent to \ref XPRESSscaling_rowScalingAgain "scaling_rowScalingAgain".
|
|
15
|
+
bit 3 = 8 Equivalent to \ref XPRESSscaling_maximum "scaling_maximum".
|
|
16
|
+
bit 4 = 16 Equivalent to \ref XPRESSscaling_curtisReid "scaling_curtisReid".
|
|
17
|
+
bit 5 = 32 Equivalent to \ref XPRESSscaling_byMaxElemNotGeoMean "scaling_byMaxElemNotGeoMean".
|
|
18
|
+
bit 6 = 64 Equivalent to \ref XPRESSscaling_bigM "scaling_bigM".
|
|
19
|
+
bit 7 = 128 Equivalent to \ref XPRESSscaling_simplexObjScaling "scaling_simplexObjScaling".
|
|
20
|
+
bit 8 = 256 Equivalent to \ref XPRESSscaling_ignoreQuadRowPart "scaling_ignoreQuadRowPart".
|
|
21
|
+
bit 9 = 512 Equivalent to \ref XPRESSscaling_beforePresolve "scaling_beforePresolve".
|
|
22
|
+
bit 10 = 1024 Equivalent to \ref XPRESSscaling_noScalingRowsUp "scaling_noScalingRowsUp".
|
|
23
|
+
bit 11 = 2048 Equivalent to \ref XPRESSscaling_noScalingColsDown "scaling_noScalingColsDown".
|
|
24
|
+
bit 12 = 4096 Equivalent to \ref XPRESSscaling_disableGlobalObjScaling "scaling_disableGlobalObjScaling".
|
|
25
|
+
bit 13 = 8192 Equivalent to \ref XPRESSscaling_rhsScaling "scaling_rhsScaling".
|
|
26
|
+
bit 14 = 16384 Equivalent to \ref XPRESSscaling_noAggressiveQScaling "scaling_noAggressiveQScaling".
|
|
27
|
+
bit 15 = 32768 Equivalent to \ref XPRESSscaling_slackScaling "scaling_slackScaling".
|
|
28
|
+
solnpool string 0 "" 1 12 Solution pool file name
|
|
29
|
+
advBasis enumint 0 1 1 1 Use advanced basis provided by GAMS
|
|
30
|
+
0 1 Do not load basis
|
|
31
|
+
1 1 Load basis if suitable (decided by solver link)
|
|
32
|
+
2 1 Force loading basis
|
|
33
|
+
algorithm string 0 "simplex" 0 1 Choose between simplex and barrier algorithm
|
|
34
|
+
basisOut string 0 "" 1 1 Directs optimizer to output an MPS basis file
|
|
35
|
+
fixoptfile string 0 "" 1 9 name of option file which is read just before solving the fixed problem
|
|
36
|
+
knitroOptFile string -12000000 "" 0 13 Option file for NLP solver \ref S_KNITRO "KNITRO"
|
|
37
|
+
loadMipSol boolean 0 0 1 9 Loads a MIP solution (the initial point)
|
|
38
|
+
mipCleanup boolean 0 1 1 9 Clean up the MIP solution (round-fix-solve) to get duals
|
|
39
|
+
mipstopexpr strlist 0 1 9 Stopping expression for branch and bound
|
|
40
|
+
mipTrace string 0 "" 1 9 Name of MIP trace file
|
|
41
|
+
mipTraceNode integer 0 100 0 maxint 1 9 Node interval between MIP trace file entries
|
|
42
|
+
mipTraceTime double 0 5 0 maxdouble 1 9 Time interval, in seconds, between MIP trace file entries
|
|
43
|
+
mpsOutputFile string 0 "" 1 1 Name of MPS output file
|
|
44
|
+
objGoodEnough double 0 0 mindouble maxdouble 0 9 Stop once an objective this good is found
|
|
45
|
+
qextractalg enumint 0 0 1 1 quadratic extraction algorithm in GAMS interface
|
|
46
|
+
0 1 Automatic
|
|
47
|
+
1 1 ThreePass: Uses a three-pass forward / backward / forward AD technique to compute function / gradient / Hessian values and a hybrid scheme for storage.
|
|
48
|
+
2 1 DoubleForward: Uses forward-mode AD to compute and store function, gradient, and Hessian values at each node or stack level as required. The gradients and Hessians are stored in linked lists.
|
|
49
|
+
3 1 Concurrent: Uses ThreePass and DoubleForward in parallel. As soon as one finishes, the other one stops.
|
|
50
|
+
qextractdenseswitchfactor double 0 0.008 0 maxdouble 1 1 Sparse/dense factor for quadratic extraction algorithm in GAMS interface
|
|
51
|
+
qextractdenseswitchlog boolean 0 0 1 1 Enables additional information about sparse/dense factor choice in quadratic extraction algorithm in GAMS interface
|
|
52
|
+
reform boolean 0 1 0 1 Substitute out objective var and equ when possible
|
|
53
|
+
reRun boolean 0 0 1 1 Rerun with primal simplex when not optimal/feasible
|
|
54
|
+
reslim double 0 0 0 maxdouble 1 1 Overrides GAMS reslim option
|
|
55
|
+
secret strlist 0 0 1 Pass on secret XPRESS options
|
|
56
|
+
solnpoolCapacity integer 0 999999999 1 maxint 1 12 Limit on number of solutions to store
|
|
57
|
+
solnpoolCullRounds integer 0 999999999 0 maxint 1 12 Terminate solution generation after N culling rounds
|
|
58
|
+
solnpoolmerge string 0 "" 1 12 Solution pool file name for merged solutions
|
|
59
|
+
solnpoolnumsym integer 0 10 1 maxint 1 12 Maximum number of variable symbols when writing merged solutions
|
|
60
|
+
solnpoolPop enumint 0 1 1 12 Controls method used to populate the solution pool
|
|
61
|
+
1 1 generate solutions using the normal search algorithm
|
|
62
|
+
2 1 invoke the solution enumerator to generate solutions
|
|
63
|
+
solnpoolPrefix string 0 "soln" 1 12 File name prefix for GDX solution files
|
|
64
|
+
solnpoolVerbosity enumint 0 0 1 12 Controls verbosity of solution pool routines
|
|
65
|
+
-1 1 no output
|
|
66
|
+
0 1 output only messages coming from the XPRESS libraries
|
|
67
|
+
1 1 add some messages logging the effect of solution pool options
|
|
68
|
+
2 1 debugging mode
|
|
69
|
+
writePrtSol boolean 0 0 1 1 Directs optimizer to output a "printsol" file
|
|
70
|
+
xslp_multistartPreset enumint -12000000 0 1 21 Enable multistart
|
|
71
|
+
0 1 Disable multistart preset.
|
|
72
|
+
1 1 Generate \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" number of random base points.
|
|
73
|
+
2 1 Generate \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" number of random base points, filtered by a merit function centred on initial feasibility.
|
|
74
|
+
3 1 Load the most typical SLP tuning settings. A maximum of \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" jobs are loaded.
|
|
75
|
+
4 1 Load a comprehensive set of SLP tuning settings. A maximum of \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" jobs are loaded.
|
|
76
|
+
cpuTime enumint 8133000 0 1 1 How time should be measured when timings are reported in the log and when checking against time limits
|
|
77
|
+
-1 1 Disable the timer.
|
|
78
|
+
0 1 Use elapsed time.
|
|
79
|
+
1 1 Use process time.
|
|
80
|
+
extraCols integer 8005000 0 0 maxint 0 1 Initial number of extra columns to allow for in the matrix
|
|
81
|
+
extraElems integer 8006000 0 0 maxint 0 1 Initial number of extra matrix elements to allow for in the matrix, including coefficients for cuts
|
|
82
|
+
extraRows integer 8004000 0 0 maxint 0 1 Initial number of extra rows to allow for in the matrix, including cuts
|
|
83
|
+
lpIterLimit integer 8007000 maxint 0 maxint 1 1 Maximum number of iterations that will be performed by primal simplex or dual simplex before the optimization process terminates
|
|
84
|
+
lpRefineIterLimit integer 8094000 -1 -1 maxint 1 1 Simplex iteration limit the solution refiner can spend in attempting to increase the accuracy of an LP solution
|
|
85
|
+
maxScaleFactor integer 8275000 64 0 64 1 1 Determines the maximum scaling factor that can be applied during scaling
|
|
86
|
+
0-64 The maximum is provided an exponent of a power of 2.
|
|
87
|
+
maxTime integer 8020000 0 minint maxint 0 1 Parameter is deprecated and will be removed in a future release
|
|
88
|
+
0 No time limit.
|
|
89
|
+
n<0 Stop in LP or MIP search after n seconds.
|
|
90
|
+
n>0 If an integer solution has been found, stop MIP search after n seconds, otherwise continue until an integer solution is finally found.
|
|
91
|
+
mpsNameLength integer 8071000 0 0 maxint 1 1 Maximum length of MPS names in characters
|
|
92
|
+
outputLog enumint 8035000 1 1 1 Controls the level of output produced by the Optimizer during optimization
|
|
93
|
+
0 1 Turn all output off.
|
|
94
|
+
1 1 Print all messages.
|
|
95
|
+
3 1 Print error and warning messages.
|
|
96
|
+
4 1 Print error messages only.
|
|
97
|
+
outputTol double 7004000 1e-05 0 maxdouble 1 1 Zero tolerance on print values
|
|
98
|
+
randomSeed integer 8328000 1 minint maxint 1 1 Sets the initial seed to use for the pseudo-random number generator in the Optimizer
|
|
99
|
+
refineOps integer 8093000 19 minint maxint 1 1 Specifies when the solution refiner should be executed to reduce solution infeasibilities
|
|
100
|
+
bit 0 = 1 Equivalent to \ref XPRESSrefineOps_lpOptimal "refineOps_lpOptimal".
|
|
101
|
+
bit 1 = 2 Equivalent to \ref XPRESSrefineOps_mipSolution "refineOps_mipSolution".
|
|
102
|
+
bit 3 = 8 Equivalent to \ref XPRESSrefineOps_mipNodeLp "refineOps_mipNodeLp".
|
|
103
|
+
bit 4 = 16 Equivalent to \ref XPRESSrefineOps_lpPresolve "refineOps_lpPresolve".
|
|
104
|
+
bit 5 = 32 Equivalent to \ref XPRESSrefineOps_iterativeRefiner "refineOps_iterativeRefiner".
|
|
105
|
+
bit 6 = 64 Equivalent to \ref XPRESSrefineOps_refinerPrecision "refineOps_refinerPrecision".
|
|
106
|
+
bit 7 = 128 Equivalent to \ref XPRESSrefineOps_refinerUsePrimal "refineOps_refinerUsePrimal".
|
|
107
|
+
bit 8 = 256 Equivalent to \ref XPRESSrefineOps_refinerUseDual "refineOps_refinerUseDual".
|
|
108
|
+
bit 9 = 512 Equivalent to \ref XPRESSrefineOps_mipFixGlobals "refineOps_mipFixGlobals".
|
|
109
|
+
bit 10 = 1024 Equivalent to \ref XPRESSrefineOps_mipFixGlobalsTarget "refineOps_mipFixGlobalsTarget".
|
|
110
|
+
refineOps_lpOptimal boolean 8093001 1 1 1 Run the solution refiner on an optimal solution of a continuous problem
|
|
111
|
+
refineOps_mipSolution boolean 8093002 1 1 1 Run the solution refiner when a new solution is found during a tree search
|
|
112
|
+
refineOps_mipNodeLp boolean 8093004 0 1 1 Run the solution refiner on each node of the MIP search
|
|
113
|
+
refineOps_lpPresolve boolean 8093005 1 1 1 Run the solution refiner on an optimal solution before postsolve on a continuous problem
|
|
114
|
+
refineOps_iterativeRefiner boolean 8093006 0 1 1 Apply the iterative refiner to refine the solution
|
|
115
|
+
refineOps_refinerPrecision boolean 8093007 0 1 1 Use higher precision in the iterative refinement
|
|
116
|
+
refineOps_refinerUsePrimal boolean 8093008 0 1 1 If set, the iterative refiner will use the primal simplex algorithm
|
|
117
|
+
refineOps_refinerUseDual boolean 8093009 0 1 1 If set, the iterative refiner will use the dual simplex algorithm
|
|
118
|
+
refineOps_mipFixGlobals boolean 8093010 0 1 1 Refine MIP solutions such that rounding them keeps the problem feasible when reoptimized
|
|
119
|
+
refineOps_mipFixGlobalsTarget boolean 8093011 0 1 1 Attempt to refine MIP solutions such that rounding them keeps the problem feasible when reoptimized, but accept integers solutions even if refinement fails
|
|
120
|
+
trace integer 8130000 0 0 maxint 1 1 Display the infeasibility diagnosis during presolve
|
|
121
|
+
inputTol double 7143000 0 0 maxdouble 1 1 Tolerance on input values elements
|
|
122
|
+
clamping enumint 8301000 0 1 1 Bit-vector control allows for the adjustment of returned solution values such that they are always within bounds
|
|
123
|
+
-1 1 Determined automatically.
|
|
124
|
+
0 1 Equivalent to \ref XPRESSclamping_primal "clamping_primal".
|
|
125
|
+
1 1 Equivalent to \ref XPRESSclamping_dual "clamping_dual".
|
|
126
|
+
2 1 Equivalent to \ref XPRESSclamping_slacks "clamping_slacks".
|
|
127
|
+
3 1 Equivalent to \ref XPRESSclamping_rdj "clamping_rdj".
|
|
128
|
+
clamping_primal boolean 8301001 0 1 1 Adjust primal solution to always be within primal bounds
|
|
129
|
+
clamping_dual boolean 8301002 0 1 1 Adjust primal slack values to always be within constraint bounds
|
|
130
|
+
clamping_slacks boolean 8301003 0 1 1 Adjust dual solution to always be within the dual bounds implied by the slacks
|
|
131
|
+
clamping_rdj boolean 8301004 0 1 1 Adjust reduced costs to always be within dual bounds implied by the primal solution
|
|
132
|
+
outputControls boolean 8424000 1 1 1 Toggles the printing of all control settings at the beginning of the search
|
|
133
|
+
0 Turn off printing of user-specified control settings.
|
|
134
|
+
1 Print controls.
|
|
135
|
+
ioTimeout integer 8442000 30 0 maxint 1 1 Maximum number of seconds to wait for an I/O operation before it is cancelled
|
|
136
|
+
numericalEmphasis enumint 8416000 -1 1 1 How much emphasis to place on numerical stability instead of solve speed
|
|
137
|
+
-1 1 Automatic. The emphasis might be influenced by the setting of other controls.
|
|
138
|
+
0 1 Emphasize speed.
|
|
139
|
+
1 1 Mild emphasis on numerical stability.
|
|
140
|
+
2 1 Medium emphasis on numerical stability.
|
|
141
|
+
3 1 Strong emphasis on numerical stability.
|
|
142
|
+
globalBoundingBox double 7154000 1e+06 mindouble maxdouble 1 1 If a nonlinear problem cannot be solved due to appearing unbounded, it can automatically be regularized by the application of a bounding box on the variables
|
|
143
|
+
0 Disabled. Problem will return unbounded.
|
|
144
|
+
n<0 Enabled. Apply lower and upper bounds of this magnitude to all original variables if initial LP is unbounded.
|
|
145
|
+
n>0 Enabled. Apply lower and upper bounds of this magnitude to all original and auxiliary variables if initial LP and first regularization are unbounded.
|
|
146
|
+
timeLimit double 7158000 1e+20 0 maxdouble 1 1 Maximum time in seconds that the Optimizer will run before it terminates, including the problem setup time and solution time
|
|
147
|
+
>0 Stop LP or MIP search after the given number of seconds.
|
|
148
|
+
solTimeLimit double 7159000 1e+20 0 maxdouble 1 1 Maximum time in seconds that the Optimizer will run a MIP solve before it terminates, given that a solution has been found
|
|
149
|
+
>0 If an integer solution has been found, stop MIP search after the given number of seconds, otherwise continue until an integer solution is finally found.
|
|
150
|
+
workLimit double 7167000 1e+20 0 maxdouble 1 1 Maximum work (measured in work units) that the Optimizer will run before it terminates
|
|
151
|
+
>0 Stop LP or MIP search when the given number of work units is reached.
|
|
152
|
+
deterministicLog boolean 8505000 0 1 1 Suppress non-deterministic log information in the standard MIP log
|
|
153
|
+
0 Report wall clock time stamps and other non-deterministic log information (the default)
|
|
154
|
+
1 Suppress non-deterministic log information. In particular, report deterministic work units instead of time.
|
|
155
|
+
barCores integer 8202000 -1 -1 maxint 1 2 If set to a positive integer it determines the number of physical CPU cores assumed to be present in the system by the barrier and hybrid gradient algorithms
|
|
156
|
+
barOrderThreads integer 8187000 0 0 maxint 1 2 If set to a positive integer it determines the number of concurrent threads for the sparse matrix ordering algorithm in the Newton-barrier method
|
|
157
|
+
barThreads integer 8053000 -1 -1 maxint 1 2 If set to a positive integer it determines the number of threads implemented to run the Newton-barrier and hybrid gradient algorithms
|
|
158
|
+
cacheSize integer 8043000 -1 -1 maxint 0 2 Parameter is deprecated and will be removed in a future release
|
|
159
|
+
concurrentThreads integer 8274000 -1 -1 maxint 1 2 Determines the number of threads used by the concurrent solver
|
|
160
|
+
-1 Determined automatically
|
|
161
|
+
>0 Number of threads to use.
|
|
162
|
+
coresPerCpu integer 8296000 -1 -1 maxint 1 2 Used to override the detected value of the number of cores on a CPU
|
|
163
|
+
cpuPlatform enumint 8312000 -2 1 2 Newton Barrier: Selects the AMD, Intel x86 or ARM vectorization instruction set that Barrier should run optimized code for
|
|
164
|
+
-2 1 Highest supported [Generic, SSE2, AVX or AVX2].
|
|
165
|
+
-1 1 Highest supported solve path consistent code [Generic, SSE2 or AVX].
|
|
166
|
+
0 1 Use generic code compatible with all CPUs.
|
|
167
|
+
1 1 Use SSE2 / NEON optimized code.
|
|
168
|
+
2 1 Use AVX optimized code.
|
|
169
|
+
3 1 Use AVX2 optimized code.
|
|
170
|
+
crossoverThreads integer 8065000 -1 -1 maxint 1 2 Determines the maximum number of threads that parallel crossover is allowed to use
|
|
171
|
+
dualThreads integer 8334000 -1 -1 maxint 1 2 Determines the maximum number of threads that dual simplex is allowed to use
|
|
172
|
+
heurThreads integer 8276000 0 -1 maxint 1 2 Branch and Bound: Number of threads to dedicate to running heuristics during the root solve
|
|
173
|
+
-1 Automatically determined from the \ref XPRESSthreads "threads" control.
|
|
174
|
+
0 Disabled.
|
|
175
|
+
>=1 Number of additional threads to dedicate to parallel heuristics.
|
|
176
|
+
l1Cache integer 8175000 -1 -1 maxint 0 2 Parameter is deprecated and will be removed in a future release
|
|
177
|
+
maxMemoryHard integer 8119000 0 0 maxint 1 2 Sets the maximum amount of memory in megabytes the optimizer should allocate
|
|
178
|
+
maxMemorySoft integer 8112000 0 0 maxint 1 2 When \ref XPRESSresourceStrategy "resourceStrategy" is enabled, this control sets the maximum amount of memory in megabytes the optimizer targets to allocate
|
|
179
|
+
mipThreads integer 8079000 -1 -1 maxint 1 2 If set to a positive integer it determines the number of threads implemented to run the parallel MIP code
|
|
180
|
+
relaxTreeMemoryLimit double 7105000 0.1 0 maxdouble 1 2 When the memory used by the branch and bound search tree exceeds the target specified by the \ref XPRESStreeMemoryLimit "treeMemoryLimit" control, the optimizer will try to reduce this by wr****
|
|
181
|
+
resourceStrategy boolean 8297000 0 1 2 Controls whether the optimizer is allowed to make nondeterministic decisions if memory is running low in an effort to preserve memory and finish the solve
|
|
182
|
+
1 Allow the optimizer to change the solve path if necessary to preserve memory when getting close to one of the memory limits.
|
|
183
|
+
threads integer 8278000 -1 minint maxint 1 2 Default number of threads used during optimization
|
|
184
|
+
treeCompression integer 8243000 2 0 maxint 1 2 When writing nodes to the global file, the optimizer can try to use data-compression techniques to reduce the size of the tree file on disk
|
|
185
|
+
treeMemoryLimit integer 8242000 0 0 maxint 1 2 Soft limit, in megabytes, for the amount of memory to use in storing the branch and bound search tree
|
|
186
|
+
treeMemorySavingTarget double 7100000 0.4 0 maxdouble 1 2 When the memory used by the branch-and-bound search tree exceeds the limit specified by the \ref XPRESStreeMemoryLimit "treeMemoryLimit" control, the optimizer will try to save memory by w****
|
|
187
|
+
backgroundMaxThreads integer 8461000 -1 -1 maxint 1 2 Limit the number of threads to use in background jobs (for example in parallel to the root cut loop)
|
|
188
|
+
backgroundSelect integer 8463000 -1 -1 1 1 2 Bit-vector control to select which tasks to run in background jobs (for example in parallel to the root cut loop)
|
|
189
|
+
bit 0 = 1 Feasibility jump heuristic.
|
|
190
|
+
bit 1 = 2 Fast branch-and-bound heuristic.
|
|
191
|
+
bit 2 = 4 Same as bit 1 but with some additional heuristics enabled.
|
|
192
|
+
bit 3 = 8 Fix-propagate-repair heuristic.
|
|
193
|
+
heurSearchBackgroundSelect integer 8477000 -1 -1 maxint 1 2 Bit-vector control to select which large neighborhood searches to run in the background (for example in parallel to the root cut loop)
|
|
194
|
+
bit 1 = 2 Enable L heuristic.
|
|
195
|
+
gpuPlatform boolean 8510000 1 1 2 Controls what kind of GPU support is enabled overall in Xpress
|
|
196
|
+
0 Do not use any GPU support.
|
|
197
|
+
1 Use GPU support based on CUDA (if available).
|
|
198
|
+
mipPresolve integer 8078000 -1 minint maxint 1 3 Branch and Bound: Type of integer processing to be performed
|
|
199
|
+
bit 0 = 1 Equivalent to \ref XPRESSmipPresolve_reducedCostFixing "mipPresolve_reducedCostFixing".
|
|
200
|
+
bit 1 = 2 Equivalent to \ref XPRESSmipPresolve_logicPreprocessing "mipPresolve_logicPreprocessing".
|
|
201
|
+
bit 2 = 4 [Unused] This bit is no longer used to control probing. Refer to the integer control \ref XPRESSpreProbing "preProbing" for setting probing level during presolve.
|
|
202
|
+
bit 3 = 8 Equivalent to \ref XPRESSmipPresolve_allowChangeBounds "mipPresolve_allowChangeBounds".
|
|
203
|
+
bit 4 = 16 Equivalent to \ref XPRESSmipPresolve_dualReductions "mipPresolve_dualReductions".
|
|
204
|
+
bit 5 = 32 Equivalent to \ref XPRESSmipPresolve_globalCoefTightening "mipPresolve_globalCoefTightening".
|
|
205
|
+
bit 6 = 64 Equivalent to \ref XPRESSmipPresolve_objBasedReductions "mipPresolve_objBasedReductions".
|
|
206
|
+
bit 7 = 128 Equivalent to \ref XPRESSmipPresolve_allowTreeRestart "mipPresolve_allowTreeRestart".
|
|
207
|
+
bit 8 = 256 Equivalent to \ref XPRESSmipPresolve_symmetryReductions "mipPresolve_symmetryReductions".
|
|
208
|
+
mipPresolve_reducedCostFixing boolean 8078001 1 1 3 Reduced cost fixing will be performed at each node
|
|
209
|
+
mipPresolve_logicPreprocessing boolean 8078002 1 1 3 Primal reductions will be performed at each node
|
|
210
|
+
mipPresolve_allowChangeBounds boolean 8078004 1 1 3 If node preprocessing is allowed to change bounds on continuous columns
|
|
211
|
+
mipPresolve_dualReductions boolean 8078005 1 1 3 Dual reductions will be performed at each node
|
|
212
|
+
mipPresolve_globalCoefTightening boolean 8078006 1 1 3 Allow global (non-bound) tightening of the problem during the tree search
|
|
213
|
+
mipPresolve_objBasedReductions boolean 8078007 1 1 3 Objective function will be used to find reductions at each node
|
|
214
|
+
mipPresolve_allowTreeRestart boolean 8078008 1 1 3 [Unused] This bit is no longer used to control restarts
|
|
215
|
+
mipPresolve_symmetryReductions boolean 8078009 1 1 3 Allow that symmetry is used to presolve the node problem
|
|
216
|
+
rootPresolve enumint 8224000 -1 1 3 Determines if presolving should be performed on the problem after the tree search has finished with root cutting and heuristics
|
|
217
|
+
-1 1 Let the optimizer decide if the problem should be presolved again.
|
|
218
|
+
0 1 Disabled.
|
|
219
|
+
1 1 Always presolve the root problem.
|
|
220
|
+
preCliqueStrategy integer 8247000 -1 -1 maxint 1 3 Determines how much effort to spend on clique covers in presolve
|
|
221
|
+
siftPresolveOps integer 8435000 -1 -1 maxint 1 3 Determines the presolve operations for solving the subproblems during the sifting algorithm
|
|
222
|
+
-1 Use the \ref XPRESSpresolveOps "presolveOps" setting specified for the original problem.
|
|
223
|
+
>=0 Use the value for the \ref XPRESSpresolveOps "presolveOps" parameter for solving the subproblems during the sifting algorithm.
|
|
224
|
+
preConfiguration enumint 8470000 -1 1 3 MIP Presolve: Determines whether binary rows with only few repeating coefficients should be reformulated
|
|
225
|
+
-1 1 Automatically determined.
|
|
226
|
+
0 1 Disable configuration presolving.
|
|
227
|
+
preConvertObjToCons enumint 8260000 -1 1 3 Presolve: Convert a linear or quadratic objective function into an objective transfer constraint
|
|
228
|
+
-1 1 Automatically determined.
|
|
229
|
+
0 1 Disable reformulation.
|
|
230
|
+
1 1 Move only the quadratic part of the objective into a constraint.
|
|
231
|
+
2 1 Move both the linear and quadratic parts of the objective into a constraint.
|
|
232
|
+
barPresolveOps integer 8286000 0 0 maxint 1 3 Newton barrier: Bit-vector controls the Newton-Barrier specific presolve operations
|
|
233
|
+
bit 0 = 1 Equivalent to \ref XPRESSbarPresolveOps_standard "barPresolveOps_standard".
|
|
234
|
+
bit 1 = 2 Equivalent to \ref XPRESSbarPresolveOps_extra "barPresolveOps_extra".
|
|
235
|
+
bit 2 = 4 Equivalent to \ref XPRESSbarPresolveOps_full "barPresolveOps_full".
|
|
236
|
+
barPresolveOps_standard boolean 8286001 0 1 3 Use standard presolve
|
|
237
|
+
barPresolveOps_extra boolean 8286002 0 1 3 Extra effort is spent in barrier specific presolve
|
|
238
|
+
barPresolveOps_full boolean 8286003 0 1 3 Do full matrix eliminations (reduce matrix size)
|
|
239
|
+
dualize enumint 8144000 -1 1 3 For a linear problem or the initial linear relaxation of a MIP, determines whether to form and solve the dual problem
|
|
240
|
+
-1 1 Determine automatically which version would be faster.
|
|
241
|
+
0 1 Solve the original problem.
|
|
242
|
+
1 1 Solve the dualized problem.
|
|
243
|
+
dualizeOps boolean 8097000 1 1 3 Bit-vector control for adjusting the behavior when a problem is dualized
|
|
244
|
+
bit 0 = 1 Swap the simplex algorithm to run. If dual simplex is selected for the original problem then primal simplex will be run on the dualized problem, and simiarly if primal simplex is selected.
|
|
245
|
+
elimFillin integer 8073000 7 0 maxint 1 3 Amount of fill-in allowed when performing an elimination in presolve
|
|
246
|
+
elimTol double 7042000 0.001 0 maxdouble 1 3 Markowitz tolerance for the elimination phase of the presolve
|
|
247
|
+
indLinBigM double 7099000 100000 0 maxdouble 1 3 During presolve, indicator constraints will be linearized using a BigM coefficient whenever that BigM coefficient is small enough
|
|
248
|
+
indPreLinBigM double 7102000 100 0 maxdouble 1 3 During presolve, indicator constraints will be linearized using a BigM coefficient whenever that BigM coefficient is small enough
|
|
249
|
+
lpFolding enumint 8136000 -1 1 3 Simplex and barrier: Whether to fold an LP problem before solving it
|
|
250
|
+
-1 1 Automatic.
|
|
251
|
+
0 1 Disable LP folding.
|
|
252
|
+
1 1 Enable LP folding. Attempt to fold all LP problems and MIP initial relaxations.
|
|
253
|
+
maxImpliedBound double 7120000 1e+08 0 maxdouble 1 3 Presolve: When tighter bounds are calculated during MIP preprocessing, only bounds whose absolute value are smaller than \ref XPRESSmaxImpliedBound "maxImpliedBound" will be applied to the problem
|
|
254
|
+
preAnalyticCenter enumint 8374000 -1 1 3 Determines if analytic centers should be computed and used for variable fixing and the generation of alternative reduced costs (-1: Auto 0: Off, 1: Fixing, 2: Redcost, 3: Both)
|
|
255
|
+
-1 1 Automatic.
|
|
256
|
+
0 1 Disable analytic center presolving.
|
|
257
|
+
1 1 Use analytic center for variable fixing only.
|
|
258
|
+
2 1 Use analytic center for reduced cost computation only.
|
|
259
|
+
3 1 Use analytic centers for both, variable fixing and reduced cost computation.
|
|
260
|
+
preBasisRed enumint 8106000 0 1 3 Determines if a lattice basis reduction algorithm should be attempted as part of presolve
|
|
261
|
+
-1 1 Automatic.
|
|
262
|
+
0 1 Disable basis reduction.
|
|
263
|
+
1 1 Enable basis reduction.
|
|
264
|
+
preBndRedCone enumint 8338000 -1 1 3 Determines if second order cone constraints should be used for inferring bound reductions on variables when solving a MIP
|
|
265
|
+
-1 1 Automatic.
|
|
266
|
+
0 1 Disable bound reductions from second order cone constraints.
|
|
267
|
+
1 1 Enable bound reductions from second order cone constraints.
|
|
268
|
+
preBndRedQuad enumint 8337000 -1 1 3 Determines if convex quadratic constraints should be used for inferring bound reductions on variables when solving a MIP
|
|
269
|
+
-1 1 Automatic.
|
|
270
|
+
0 1 Disable bound reductions from quadratic constraints.
|
|
271
|
+
1 1 Enable bound reductions from quadratic constraints.
|
|
272
|
+
preCoefElim enumint 8194000 2 1 3 Presolve: Specifies whether the optimizer should attempt to recombine constraints in order to reduce the number of non zero coefficients when presolving a mixed integer problem
|
|
273
|
+
0 1 Disabled.
|
|
274
|
+
1 1 Remove as many coefficients as possible.
|
|
275
|
+
2 1 Cautious eliminations. Will not perform a reduction if it might destroy problem structure useful to e.g. heuristics or cutting.
|
|
276
|
+
preComponents enumint 8339000 -1 1 3 Presolve: Determines whether small independent components should be detected and solved as individual subproblems during root node processing
|
|
277
|
+
-1 1 Automatically determined.
|
|
278
|
+
0 1 Disable detection of independent components.
|
|
279
|
+
1 1 Enable detection of independent components.
|
|
280
|
+
preComponentsEffort double 7124000 1 0 maxdouble 1 3 Presolve: Adjusts the overall effort for the independent component presolver
|
|
281
|
+
preConeDecomp enumint 8349000 -1 1 3 Presolve: Decompose regular and rotated cones with more than two elements and apply Outer Approximation on the resulting components
|
|
282
|
+
-1 1 Automatically determined.
|
|
283
|
+
0 1 Disable cone decomposition.
|
|
284
|
+
1 1 Enable cone decomposition by replacing large cones with small ones in the presolved problem.
|
|
285
|
+
2 1 Similar to 1, plus decomposition is enabled even if the cone variable is fixed.
|
|
286
|
+
3 1 Cones are decomposed within the Outer Approximation domain only, i.e., the problem maintains the original cones.
|
|
287
|
+
preConvertSeparable enumint 8128000 -1 1 3 Presolve: Reformulate problems with a non-diagonal quadratic objective and/or constraints as diagonal quadratic or second-order conic constraints
|
|
288
|
+
-1 1 Automatically determined.
|
|
289
|
+
0 1 Disable reformulation.
|
|
290
|
+
1 1 Enable reformulation to diagonal quadratic constraints.
|
|
291
|
+
2 1 Enable reformulation to diagonal quadratic constraints and reduction to second-order cones.
|
|
292
|
+
preDomCol enumint 8195000 -1 1 3 Presolve: Determines the level of dominated column removal reductions to perform when presolving a mixed integer problem
|
|
293
|
+
-1 1 Automatically determined.
|
|
294
|
+
0 1 Disabled.
|
|
295
|
+
1 1 Cautious strategy, limited effort looking for special structure.
|
|
296
|
+
2 1 Same as 2 but checking all candidates.
|
|
297
|
+
3 1 Includes 1 and 2 but also looks for more generic column domination.
|
|
298
|
+
preDomRow enumint 8281000 -1 1 3 Presolve: Determines the level of dominated row removal reductions to perform when presolving a problem
|
|
299
|
+
-1 1 Automatically determined.
|
|
300
|
+
0 1 Disabled.
|
|
301
|
+
1 1 Cautious strategy.
|
|
302
|
+
2 1 Medium strategy.
|
|
303
|
+
3 1 Aggressive strategy. All candidate row combinations will be considered.
|
|
304
|
+
preDupRow enumint 8307000 -1 1 3 Presolve: Determines the type of duplicate rows to look for and eliminate when presolving a problem
|
|
305
|
+
-1 1 Automatically determined.
|
|
306
|
+
0 1 Do not eliminate duplicate rows.
|
|
307
|
+
1 1 Eliminate only rows that are identical in all variables.
|
|
308
|
+
2 1 Same as option 1 plus eliminate duplicate rows with simple penalty variable expressions. (MIP only).
|
|
309
|
+
3 1 Same as option 2 plus eliminate duplicate rows with more complex penalty variable expressions. (MIP only).
|
|
310
|
+
preElimQuad enumint 8353000 -1 1 3 Presolve: Allows for elimination of quadratic variables via doubleton rows
|
|
311
|
+
-1 1 Automatically determined.
|
|
312
|
+
0 1 Do not eliminate duplicate rows.
|
|
313
|
+
1 1 Eliminate at least one quadratic variable for each doubleton row.
|
|
314
|
+
preImplications enumint 8356000 -1 1 3 Presolve: Determines whether to use implication structures to remove redundant rows
|
|
315
|
+
-1 1 Automatically determined.
|
|
316
|
+
0 1 Do not use implications for sparsification.
|
|
317
|
+
1 1 Use implications to remove reduandant rows.
|
|
318
|
+
preLinDep enumint 8333000 -1 1 3 Presolve: Determines whether to check for and remove linearly dependent equality constraints when presolving a problem
|
|
319
|
+
-1 1 Automatically determined.
|
|
320
|
+
0 1 Do not check for linearly dependent equality constraints.
|
|
321
|
+
1 1 Check for and remove linearly dependent equality constraints.
|
|
322
|
+
preObjCutDetect boolean 8336000 1 1 3 Presolve: Determines whether to check for constraints that are parallel or near parallel to a linear objective function, and which can safely be removed
|
|
323
|
+
0 Disable check and reductions.
|
|
324
|
+
1 Enable check and reductions.
|
|
325
|
+
preProbing enumint 8238000 -1 1 3 Presolve: Amount of probing to perform on binary variables during presolve
|
|
326
|
+
-1 1 Let the optimizer decide on the amount of probing.
|
|
327
|
+
0 1 Disabled.
|
|
328
|
+
1 1 Light probing — only few implications will be examined.
|
|
329
|
+
2 1 Full probing — all implications for all binaries will be examined.
|
|
330
|
+
3 1 Full probing and repeat as long as the problem is significantly reduced.
|
|
331
|
+
presolveMaxGrow double 7110000 0.1 0 maxdouble 1 3 Limit on how much the number of non-zero coefficients is allowed to grow during presolve, specified as a ratio of the number of non-zero coefficients in the original problem
|
|
332
|
+
presolveOps integer 8077000 511 minint maxint 1 3 Bit-vector control specifies the operations which are performed during the presolve
|
|
333
|
+
bit 0 = 1 Equivalent to \ref XPRESSpresolveOps_singletonColRemoval "presolveOps_singletonColRemoval".
|
|
334
|
+
bit 1 = 2 Equivalent to \ref XPRESSpresolveOps_singletonRowRemoval "presolveOps_singletonRowRemoval".
|
|
335
|
+
bit 2 = 4 Equivalent to \ref XPRESSpresolveOps_forcingRowRemoval "presolveOps_forcingRowRemoval".
|
|
336
|
+
bit 3 = 8 Equivalent to \ref XPRESSpresolveOps_dualReductions "presolveOps_dualReductions".
|
|
337
|
+
bit 4 = 16 Equivalent to \ref XPRESSpresolveOps_redundantRowRemoval "presolveOps_redundantRowRemoval".
|
|
338
|
+
bit 5 = 32 Equivalent to \ref XPRESSpresolveOps_duplicateColRemoval "presolveOps_duplicateColRemoval".
|
|
339
|
+
bit 6 = 64 Equivalent to \ref XPRESSpresolveOps_duplicateRowRemoval "presolveOps_duplicateRowRemoval".
|
|
340
|
+
bit 7 = 128 Equivalent to \ref XPRESSpresolveOps_strongDualReductions "presolveOps_strongDualReductions".
|
|
341
|
+
bit 8 = 256 Equivalent to \ref XPRESSpresolveOps_variableEliminations "presolveOps_variableEliminations".
|
|
342
|
+
bit 9 = 512 Equivalent to \ref XPRESSpresolveOps_noIpReductions "presolveOps_noIpReductions".
|
|
343
|
+
bit 10 = 1024 Equivalent to \ref XPRESSpresolveOps_noGlobalDomainChange "presolveOps_noGlobalDomainChange".
|
|
344
|
+
bit 11 = 2048 Equivalent to \ref XPRESSpresolveOps_noAdvIpReductions "presolveOps_noAdvIpReductions".
|
|
345
|
+
bit 12 = 4096 Equivalent to \ref XPRESSpresolveOps_noIntVarEliminations "presolveOps_noIntVarEliminations".
|
|
346
|
+
bit 13 = 8192 Equivalent to \ref XPRESSpresolveOps_noSolutionEnumeration "presolveOps_noSolutionEnumeration".
|
|
347
|
+
bit 14 = 16384 Equivalent to \ref XPRESSpresolveOps_linDependRowRemoval "presolveOps_linDependRowRemoval".
|
|
348
|
+
bit 15 = 32768 Equivalent to \ref XPRESSpresolveOps_noIntVarAndSosDetect "presolveOps_noIntVarAndSosDetect".
|
|
349
|
+
bit 16 = 65536 Equivalent to \ref XPRESSpresolveOps_noImpliedBounds "presolveOps_noImpliedBounds".
|
|
350
|
+
bit 17 = 131072 Equivalent to \ref XPRESSpresolveOps_noCliquePresolve "presolveOps_noCliquePresolve".
|
|
351
|
+
bit 18 = 262144 Equivalent to \ref XPRESSpresolveOps_noMod2Reductions "presolveOps_noMod2Reductions".
|
|
352
|
+
presolveOps_singletonColRemoval boolean 8077001 1 1 3 Singleton column removal
|
|
353
|
+
presolveOps_singletonRowRemoval boolean 8077002 1 1 3 Singleton row removal
|
|
354
|
+
presolveOps_forcingRowRemoval boolean 8077003 1 1 3 Forcing row removal
|
|
355
|
+
presolveOps_dualReductions boolean 8077004 1 1 3 Dual reductions
|
|
356
|
+
presolveOps_redundantRowRemoval boolean 8077005 1 1 3 Redundant row removal
|
|
357
|
+
presolveOps_duplicateColRemoval boolean 8077006 1 1 3 Duplicate column removal
|
|
358
|
+
presolveOps_duplicateRowRemoval boolean 8077007 1 1 3 Duplicate row removal
|
|
359
|
+
presolveOps_strongDualReductions boolean 8077008 1 1 3 Strong dual reductions
|
|
360
|
+
presolveOps_variableEliminations boolean 8077009 1 1 3 Variable eliminations
|
|
361
|
+
presolveOps_noIpReductions boolean 8077010 0 1 3 No IP reductions
|
|
362
|
+
presolveOps_noGlobalDomainChange boolean 8077011 0 1 3 No domain changes for MIP entities (e.g., semi-continuous detection or shifting integers)
|
|
363
|
+
presolveOps_noAdvIpReductions boolean 8077012 0 1 3 No advanced IP reductions
|
|
364
|
+
presolveOps_linDependRowRemoval boolean 8077015 0 1 3 Linearly dependant row removal
|
|
365
|
+
presolveOps_noIntVarEliminations boolean 8077013 0 1 3 No eliminations on integers
|
|
366
|
+
presolveOps_noIntVarAndSosDetect boolean 8077016 0 1 3 No integer variable and SOS detection
|
|
367
|
+
presolveOps_noSolutionEnumeration boolean 8077014 0 1 3 No reductions based on solution enumeration
|
|
368
|
+
presolveOps_noImpliedBounds boolean 8077017 0 1 3 No implied bounds
|
|
369
|
+
presolveOps_noCliquePresolve boolean 8077018 0 1 3 No clique presolve
|
|
370
|
+
presolveOps_noMod2Reductions boolean 8077019 0 1 3 No mod2 presolve
|
|
371
|
+
presolvePasses integer 8183000 1 0 maxint 1 3 Number of reduction rounds to be performed in presolve
|
|
372
|
+
preFolding enumint 8410000 -1 1 3 Presolve: Determines if a folding procedure should be used to aggregate continuous columns in an equitable partition
|
|
373
|
+
-1 1 Automatically determined.
|
|
374
|
+
0 1 Disabled.
|
|
375
|
+
1 1 Enabled.
|
|
376
|
+
autoScaling enumint 8406000 -1 1 4 Whether the Optimizer should automatically select between different scaling algorithms
|
|
377
|
+
-1 1 Automatic.
|
|
378
|
+
0 1 Disabled.
|
|
379
|
+
1 1 Cautious strategy. Non-standard scaling will only be selected if it appears to be clearly superior.
|
|
380
|
+
2 1 Moderate strategy.
|
|
381
|
+
3 1 Aggressive strategy. Standard scaling will only be selected if it appears to be clearly superior.
|
|
382
|
+
barFreeScale double 7077000 1e-06 0 maxdouble 1 4 Defines how the barrier algorithm scales free variables
|
|
383
|
+
barObjScale double 7026000 -1 -1 maxdouble 1 4 Defines how the barrier scales the objective
|
|
384
|
+
-1 Let the optimizer decide.
|
|
385
|
+
0 Scale by geometric mean.
|
|
386
|
+
>=0 Scale such that the largest objective coefficient′s largest element does not exceed this number. In quadratic problems, the quadratic diagonal is used as reference valuses instead of the linear objective.
|
|
387
|
+
barRhsScale double 7027000 -1 -1 maxdouble 1 4 Defines how the barrier scales the right hand side
|
|
388
|
+
-1 Let the optimizer decide.
|
|
389
|
+
0 Scale by geometric mean.
|
|
390
|
+
>=0 Scale such that the largest right hand side coefficient′s largest element does not exceed this number.
|
|
391
|
+
objScaleFactor integer 8387000 0 0 maxint 1 4 Custom objective scaling factor, expressed as a power of 2
|
|
392
|
+
scaling_rowScaling boolean 8010001 1 1 4 Row scaling
|
|
393
|
+
scaling_colScaling boolean 8010002 1 1 4 Column scaling
|
|
394
|
+
scaling_rowScalingAgain boolean 8010003 0 1 4 Row scaling again
|
|
395
|
+
scaling_maximum boolean 8010004 0 1 4 Maximum
|
|
396
|
+
scaling_curtisReid boolean 8010005 0 1 4 Curtis-Reid
|
|
397
|
+
scaling_byMaxElemNotGeoMean boolean 8010006 1 1 4 0: scale by geometric mean
|
|
398
|
+
scaling_bigM boolean 8010007 0 1 4 Treat big-M rows as normal rows
|
|
399
|
+
scaling_simplexObjScaling boolean 8010008 1 1 4 Scale objective function for the simplex method
|
|
400
|
+
scaling_ignoreQuadRowPart boolean 8010009 0 1 4 Exclude the quadratic part of constraint when calculating scaling factors
|
|
401
|
+
scaling_beforePresolve boolean 8010010 0 1 4 Scale before presolve
|
|
402
|
+
scaling_noScalingRowsUp boolean 8010011 0 1 4 Do not scale rows up
|
|
403
|
+
scaling_noScalingColsDown boolean 8010012 0 1 4 Do not scale columns down
|
|
404
|
+
scaling_disableGlobalObjScaling boolean 8010013 0 1 4 Do not apply automatic objective scaling
|
|
405
|
+
scaling_rhsScaling boolean 8010014 0 1 4 RHS scaling
|
|
406
|
+
scaling_noAggressiveQScaling boolean 8010015 0 1 4 Disable aggressive quadratic scaling
|
|
407
|
+
scaling_slackScaling boolean 8010016 0 1 4 Enable explicit linear slack scaling
|
|
408
|
+
autoPerturb boolean 8084000 1 1 5 Simplex: Indicates whether automatic perturbation is performed
|
|
409
|
+
0 No perturbation performed.
|
|
410
|
+
1 Automatic perturbation is performed.
|
|
411
|
+
bigM double 7018000 1024 0 maxdouble 1 5 Infeasibility penalty used if the "Big M" method is implemented
|
|
412
|
+
bigMMethod boolean 8068000 1 1 5 Simplex: Whether to use the "Big M" method, or the standard phase I (achieving feasibility) and phase II (achieving optimality)
|
|
413
|
+
0 For phase I / phase II.
|
|
414
|
+
1 If "Big M" method to be used.
|
|
415
|
+
crash integer 8012000 2 0 maxint 1 5 Simplex: Determines the type of crash used when the algorithm begins
|
|
416
|
+
0 Turns off all crash procedures.
|
|
417
|
+
1 For singletons only (one pass).
|
|
418
|
+
2 For singletons only (multi pass).
|
|
419
|
+
3 Multiple passes through the matrix considering slacks.
|
|
420
|
+
4 Multiple (≤ 10) passes through the matrix but only doing slacks at the very end.
|
|
421
|
+
bit 0 = 1 Perform standard crash.
|
|
422
|
+
bit 1 = 2 Perform additional numerical checks during crash.
|
|
423
|
+
bit 2 = 4 Extend the set of column candidates for crash.
|
|
424
|
+
bit 3 = 8 Extend the set of row candidates for crash.
|
|
425
|
+
bit 4 = 16 Force crash, i.e., consider all suitable columns/rows as candidates for crash.
|
|
426
|
+
n>10 As for value 4 but performing at most n - 10 passes.
|
|
427
|
+
defaultAlg enumint 8023000 1 1 5 Selects the algorithm that will be used to solve the LP
|
|
428
|
+
1 1 Automatically determined.
|
|
429
|
+
2 1 Dual simplex.
|
|
430
|
+
3 1 Primal simplex.
|
|
431
|
+
4 1 Newton barrier (or hybrid gradient, if \ref XPRESSbarAlg "barAlg"=4 is set).
|
|
432
|
+
dualGradient enumint 8145000 -1 1 5 Simplex: Dual simplex pricing method
|
|
433
|
+
-1 1 Determined automatically.
|
|
434
|
+
0 1 Devex.
|
|
435
|
+
1 1 Steepest edge.
|
|
436
|
+
2 1 Direct steepest edge.
|
|
437
|
+
3 1 Sparse Devex.
|
|
438
|
+
dualPerturb double 7025000 -1 mindouble maxdouble 1 5 Factor by which the problem will be perturbed prior to optimization by dual simplex
|
|
439
|
+
dualStrategy integer 8174000 1 0 5 1 5 Bit-vector control specifies the dual simplex strategy
|
|
440
|
+
bit 0 = 1 Switch to primal when re-optimization goes dual infeasible and numerically unstable.
|
|
441
|
+
bit 1 = 2 When dual intend to switch to primal, stop the solve instead of switching to primal.
|
|
442
|
+
bit 2 = 4 Use more aggressive cut-off in MIP search.
|
|
443
|
+
bit 3 = 8 Use dual simplex to remove cost perturbations.
|
|
444
|
+
bit 4 = 16 Enable more aggressive dual pivoting strategy.
|
|
445
|
+
bit 5 = 32 Keep using dual simplex even when it′s numerically unstable.
|
|
446
|
+
etaTol double 7007000 1e-13 0 maxdouble 1 5 Tolerance on eta elements
|
|
447
|
+
feasTol double 7003000 1e-06 0 maxdouble 1 5 Determines when a solution is treated as feasible
|
|
448
|
+
feasTolPerturb double 7132000 1e-06 0 maxdouble 1 5 Determines how much a feasible primal basic solution is allowed to be perturbed when performing basis changes
|
|
449
|
+
feasTolTarget double 7121000 0 mindouble maxdouble 1 5 Target feasibility tolerance for the solution refiner
|
|
450
|
+
forceParallelDual boolean 8265000 0 1 5 Dual simplex: Specifies whether the dual simplex solver should always use the parallel simplex algorithm
|
|
451
|
+
0 Disabled.
|
|
452
|
+
1 Enabled. Force the dual simplex solver to use the parallel algorithm.
|
|
453
|
+
invertFreq integer 8014000 -1 -1 maxint 1 5 Simplex: Frequency with which the basis will be inverted
|
|
454
|
+
invertMin integer 8015000 3 0 maxint 1 5 Simplex: Minimum number of iterations between full inversions of the basis matrix
|
|
455
|
+
lpFlags integer 8385000 0 minint maxint 1 5 Bit-vector control which defines the algorithm for solving an LP problem or the initial LP relaxation of a MIP problem
|
|
456
|
+
bit 0 = 1 Equivalent to \ref XPRESSlpFlags_dual "lpFlags_dual".
|
|
457
|
+
bit 1 = 2 Equivalent to \ref XPRESSlpFlags_primal "lpFlags_primal".
|
|
458
|
+
bit 2 = 4 Equivalent to \ref XPRESSlpFlags_barrier "lpFlags_barrier".
|
|
459
|
+
bit 3 = 8 Equivalent to \ref XPRESSlpFlags_network "lpFlags_network".
|
|
460
|
+
lpFlags_dual boolean 8385001 0 1 5 Use the dual simplex method
|
|
461
|
+
lpFlags_primal boolean 8385002 0 1 5 Use the primal simplex method
|
|
462
|
+
lpFlags_barrier boolean 8385003 0 1 5 Use the barrier method (or hybrid gradient method if \ref XPRESSbarAlg "barAlg"=4 is set)
|
|
463
|
+
lpFlags_network boolean 8385004 0 1 5 Use the network simplex method
|
|
464
|
+
lpLog integer 8009000 100 minint maxint 1 5 Simplex: Frequency at which the simplex log is printed
|
|
465
|
+
0 Log displayed at the end of the optimization only.
|
|
466
|
+
n<0 Detailed output every - n iterations.
|
|
467
|
+
n>0 Summary output every n iterations.
|
|
468
|
+
lpLogDelay double 7127000 1 0 maxdouble 1 5 Time interval between two LP log lines
|
|
469
|
+
lpLogStyle boolean 8326000 1 1 5 Simplex: Style of the simplex log
|
|
470
|
+
0 Simplex log is printed based on simplex iteration count, at a fixed frequency as specified by the \ref XPRESSlpLog "lpLog" control.
|
|
471
|
+
1 Simplex log is printed based on an estimation of elapsed time, determined by an internal deterministic timer.
|
|
472
|
+
markowitzTol double 7047000 0.01 0 maxdouble 1 5 Markowitz tolerance used for the factorization of the basis matrix
|
|
473
|
+
matrixTol double 7001000 1e-09 0 maxdouble 1 5 Zero tolerance on matrix elements
|
|
474
|
+
optimalityTol double 7006000 1e-06 0 maxdouble 1 5 Simplex: Zero tolerance for reduced costs
|
|
475
|
+
optimalityTolTarget double 7122000 0 mindouble maxdouble 1 5 Target optimality tolerance for the solution refiner
|
|
476
|
+
penalty double 7016000 0 0 maxdouble 1 5 Minimum absolute penalty variable coefficient
|
|
477
|
+
pivotTol double 7002000 1e-09 0 maxdouble 1 5 Simplex: Zero tolerance for matrix elements
|
|
478
|
+
pricingAlg enumint 8013000 0 1 5 Simplex: Determines the primal simplex pricing method
|
|
479
|
+
-1 1 Partial pricing.
|
|
480
|
+
0 1 Determined automatically.
|
|
481
|
+
1 1 Devex pricing.
|
|
482
|
+
2 1 Steepest edge.
|
|
483
|
+
3 1 Steepest edge with unit initial weights.
|
|
484
|
+
primalPerturb double 7024000 -1 mindouble maxdouble 1 5 Factor by which the problem will be perturbed prior to optimization by primal simplex
|
|
485
|
+
primalUnshift boolean 8252000 0 1 5 Determines whether primal is allowed to call dual to unshift
|
|
486
|
+
0 Allow the dual algorithm to be used to unshift.
|
|
487
|
+
1 Don′t allow the dual algorithm to be used to unshift.
|
|
488
|
+
relPivotTol double 7008000 1e-06 0 maxdouble 1 5 Simplex: Minimum size of pivot element relative to largest element in column
|
|
489
|
+
sifting enumint 8319000 -1 1 5 Determines whether to enable sifting algorithm with the dual simplex method
|
|
490
|
+
-1 1 Automatically determined.
|
|
491
|
+
0 1 Disable sifting.
|
|
492
|
+
1 1 Enable sifting.
|
|
493
|
+
siftPasses integer 8022000 4 0 maxint 1 5 Determines how quickly we allow to grow the worker problems during the sifting algorithm
|
|
494
|
+
netStallLimit integer 8412000 -1 -1 maxint 1 5 Limit the number of degenerate pivots of the network simplex algorithm, before switching to either primal or dual simplex, depending on \ref XPRESSalgAfterNetwork "algAfterNetwork"
|
|
495
|
+
-1 Automatically determined limit
|
|
496
|
+
0 No limit.
|
|
497
|
+
n>0 Limit to n network simplex iterations.
|
|
498
|
+
siftSwitch integer 8425000 -1 -1 maxint 1 5 Determines which algorithm to use for solving the subproblems during sifting
|
|
499
|
+
-1 Dual simplex.
|
|
500
|
+
0 Barrier.
|
|
501
|
+
>0 Use the barrier algorithm while the number of dual infeasibilities is larger than this value, otherwise use dual simplex.
|
|
502
|
+
ppFactor double 7069000 1 0 maxdouble 1 5 Partial pricing candidate list sizing parameter
|
|
503
|
+
algAfterNetwork enumint 8129000 -1 1 5 Algorithm to be used for the clean up step after the network simplex solver
|
|
504
|
+
-1 1 Automatically determined.
|
|
505
|
+
2 1 Dual simplex.
|
|
506
|
+
3 1 Primal simplex.
|
|
507
|
+
primalOps integer 8231000 -1 minint maxint 1 5 Primal simplex: Allows fine tuning the variable selection in the primal simplex solver
|
|
508
|
+
bit 0 = 1 Use aggressive dj scaling.
|
|
509
|
+
bit 1 = 2 Conventional dj scaling.
|
|
510
|
+
bit 2 = 4 Use reluctant switching back to partial pricing.
|
|
511
|
+
bit 3 = 8 Use dynamic switching between cheap and expensive pricing strategies.
|
|
512
|
+
bit 4 = 16 Keep solving even after potential cycling is detected.
|
|
513
|
+
eigenvalueTol double 7097000 1e-06 0 maxdouble 1 6 Quadratic matrix is considered not to be positive semi-definite, if its smallest eigenvalue is smaller than the negative of this value
|
|
514
|
+
ifCheckConvexity boolean 8251000 1 1 6 Determines if the convexity of the problem is checked before optimization
|
|
515
|
+
0 Turn off convexity checking.
|
|
516
|
+
1 Turn on convexity checking.
|
|
517
|
+
qSimplexOps integer 8288000 0 0 maxint 1 6 Controls the behavior of the quadratic simplex solvers via a bit-vector
|
|
518
|
+
bit 0 = 1 Force traditional primal first phase.
|
|
519
|
+
bit 1 = 2 Force BigM primal first phase.
|
|
520
|
+
bit 2 = 4 Force traditional dual first phase.
|
|
521
|
+
bit 3 = 8 Force BigM dual first phase.
|
|
522
|
+
bit 4 = 16 Always use artificial bounds in dual.
|
|
523
|
+
bit 5 = 32 Use original problem basis only when warmstarting the KKT.
|
|
524
|
+
bit 6 = 64 Skip the primal bound flips for ranged primals (might cause more trouble than good if the bounds are very large).
|
|
525
|
+
bit 7 = 128 Also do the single pivot crash.
|
|
526
|
+
bit 8 = 256 Do not apply aggressive perturbation in dual.
|
|
527
|
+
bit 9 = 512 Applies standard scaling to the KKT system.
|
|
528
|
+
bit 10 = 1024 Do not fall back to using Barrier in case of numerical difficulties with quadratic simplex during a MIP solve.
|
|
529
|
+
bit 11 = 2048 Use primal simplex to solve the phase 1 feasibility problem before applying quadratic primal simplex.
|
|
530
|
+
bit 12 = 4096 Use dual simplex to solve the phase 1 feasibility problem before applying quadratic primal simplex.
|
|
531
|
+
bit 13 = 8192 Use barrier algorithm to solve the phase 1 feasibility problem before applying quadratic primal simplex.
|
|
532
|
+
bit 14 = 16384 Use partial pricing.
|
|
533
|
+
bit 15 = 32768 Use full pricing.
|
|
534
|
+
bit 16 = 65536 Perform cleanup if a superbasic solution is provided for warm-start.
|
|
535
|
+
quadraticUnshift enumint 8284000 -1 1 6 Determines whether an extra solution purification step is called after a solution found by the quadratic simplex (either primal or dual)
|
|
536
|
+
-1 1 Determined automatically.
|
|
537
|
+
0 1 No purification step.
|
|
538
|
+
1 1 Always do the purification step.
|
|
539
|
+
repairIndefInitEq boolean 8254000 1 1 6 Controls if the optimizer should make indefinite quadratic matrices positive definite when it is possible
|
|
540
|
+
0 Repair if possible.
|
|
541
|
+
1 Do not repair.
|
|
542
|
+
backTrack enumint 8027000 3 1 9 Branch and Bound: Specifies how to select the next node to work on when a full backtrack is performed
|
|
543
|
+
-1 1 Automatically determined.
|
|
544
|
+
1 1 Unused.
|
|
545
|
+
2 1 Select the node with the best estimated solution.
|
|
546
|
+
3 1 Select the node with the best bound on the solution.
|
|
547
|
+
4 1 Select the deepest node in the search tree (equivalent to depth-first search).
|
|
548
|
+
5 1 Select the highest node in the search tree (equivalent to breadth-first search).
|
|
549
|
+
6 1 Select the earliest node created.
|
|
550
|
+
7 1 Select the latest node created.
|
|
551
|
+
8 1 Select a node randomly.
|
|
552
|
+
9 1 Select the node whose LP relaxation contains the fewest number of infeasible MIP entities.
|
|
553
|
+
10 1 Combination of 2 and 9.
|
|
554
|
+
11 1 Combination of 2 and 4.
|
|
555
|
+
12 1 Combination of 3 and 4.
|
|
556
|
+
backtrackTie enumint 8266000 -1 1 9 Branch and Bound: Specifies how to break ties when selecting the next node to work on when a full backtrack is performed
|
|
557
|
+
-1 1 Default selection.
|
|
558
|
+
1 1 Unused.
|
|
559
|
+
2 1 Select the node with the best estimated solution.
|
|
560
|
+
3 1 Select the node with the best bound on the solution.
|
|
561
|
+
4 1 Select the deepest node in the search tree (equivalent to depth-first search).
|
|
562
|
+
5 1 Select the highest node in the search tree (equivalent to breadth-first search).
|
|
563
|
+
6 1 Select the earliest node created.
|
|
564
|
+
7 1 Select the latest node created.
|
|
565
|
+
8 1 Select a node randomly.
|
|
566
|
+
9 1 Select the node whose LP relaxation contains the fewest number of infeasible MIP entities.
|
|
567
|
+
10 1 Combination of 2 and 9.
|
|
568
|
+
11 1 Combination of 2 and 4.
|
|
569
|
+
12 1 Combination of 3 and 4.
|
|
570
|
+
branchChoice enumint 8162000 0 1 9 Once a MIP entity has been selected for branching, this control determines which of the branches is solved first
|
|
571
|
+
0 1 Minimum estimate branch first.
|
|
572
|
+
1 1 Maximum estimate branch first.
|
|
573
|
+
2 1 If an incumbent solution exists, solve the branch satisfied by that solution first. Otherwise solve the minimum estimate branch first (option 0).
|
|
574
|
+
3 1 Solve first the branch that forces the value of the branching variable to move farther away from the value it had at the root node. If the branching entity is not a simple variable, solve the minimum estimate branch first (option 0).
|
|
575
|
+
branchDisj enumint 8267000 -1 1 9 Branch and Bound: Determines whether the optimizer should attempt to branch on general split disjunctions during the branch and bound search
|
|
576
|
+
-1 1 Automatic selection of the strategy.
|
|
577
|
+
0 1 Disabled.
|
|
578
|
+
1 1 Cautious strategy. Disjunctive branches will be created only for general integers with a wide range.
|
|
579
|
+
2 1 Moderate strategy.
|
|
580
|
+
3 1 Aggressive strategy. Disjunctive branches will be created for both binaries and integers.
|
|
581
|
+
branchStructural enumint 8282000 -1 1 9 Branch and Bound: Determines whether the optimizer should search for special structure in the problem to branch on during the branch and bound search
|
|
582
|
+
-1 1 Automatically determined.
|
|
583
|
+
0 1 Disabled.
|
|
584
|
+
1 1 Enabled.
|
|
585
|
+
breadthFirst integer 8082000 11 0 maxint 1 9 Number of nodes to include in the best-first search before switching to the local first search (\ref XPRESSnodeSelection "nodeSelection" = 4)
|
|
586
|
+
deterministic integer 8232000 1 0 2 1 9 Selects whether to use a deterministic or opportunistic mode when solving a problem using multiple threads
|
|
587
|
+
0 Use opportunistic mode.
|
|
588
|
+
1 Use deterministic mode.
|
|
589
|
+
2 Use deterministic mode, except allow the initial concurrent continuous solve of a MIP to be opportunistic.
|
|
590
|
+
feasibilityPump enumint 8193000 -1 1 9 Branch and Bound: Decides if the Feasibility Pump heuristic should be run at the root node
|
|
591
|
+
-1 1 Automatic.
|
|
592
|
+
0 1 Turned off.
|
|
593
|
+
1 1 Always try the Feasibility Pump.
|
|
594
|
+
2 1 Try the Feasibility Pump only if other heuristics have failed to find an integer solution.
|
|
595
|
+
genConsDualReductions boolean 8395000 1 1 9 Parameter specifies whether dual reductions should be applied to reduce the number of columns and rows added when transforming general constraints to MIP structs
|
|
596
|
+
0 Disabled. No dual reductions, add columns and rows.
|
|
597
|
+
1 Enabled. Only add neccessary columns and rows, drop those implied by the objective sense.
|
|
598
|
+
historyCosts enumint 8206000 -1 1 9 Branch and Bound: How to update the pseudo cost for a MIP entity when a strong branch or a regular branch is applied
|
|
599
|
+
-1 1 Automatically determined.
|
|
600
|
+
0 1 No update.
|
|
601
|
+
1 1 Update using only regular branches from the root to the current node.
|
|
602
|
+
2 1 Same as 1, but update with strong branching results as well.
|
|
603
|
+
3 1 Update using any regular branching or strong branching information from all nodes solves before the current node.
|
|
604
|
+
localChoice enumint 8170000 3 1 9 Controls when to perform a local backtrack between the two child nodes during a dive in the branch and bound tree
|
|
605
|
+
1 1 Never backtrack from the first child, unless it is dropped (infeasible or cut off).
|
|
606
|
+
2 1 Always solve both child nodes before deciding which child to continue with.
|
|
607
|
+
3 1 Automatically determined.
|
|
608
|
+
maxLocalBacktrack integer 8257000 -1 -1 maxint 1 9 Branch-and-Bound: How far back up the current dive path the optimizer is allowed to look for a local backtrack candidate node
|
|
609
|
+
-1 Automatic.
|
|
610
|
+
n>0 Local backtrack limit.
|
|
611
|
+
maxMipSol integer 8021000 0 0 maxint 1 9 Branch and Bound: Limit on the number of integer solutions to be found by the Optimizer
|
|
612
|
+
maxMipTasks integer 8347000 -1 -1 maxint 1 9 Branch-and-Bound: The maximum number of tasks to run in parallel during a MIP solve
|
|
613
|
+
-1 Task limit determined automatically from \ref XPRESSmipThreads "mipThreads".
|
|
614
|
+
>0 Fixed task limit.
|
|
615
|
+
maxNode integer 8018000 maxint 0 maxint 1 9 Branch and Bound: Maximum number of nodes that will be explored
|
|
616
|
+
mipAbsCutoff double 7013000 0 mindouble maxdouble 1 9 Branch and Bound: If the user knows that they are interested only in values of the objective function which are better than some value, this can be assigned to \ref XPRESSmipAbsCutoff "mipAbsC****
|
|
617
|
+
mipAbsStop double 7019000 0 0 maxdouble 1 9 Branch and Bound: Absolute tolerance determining whether the tree search will continue or not
|
|
618
|
+
mipAddCutoff double 7012000 0 mindouble maxdouble 1 9 Branch and Bound: Amount to add to the objective function of the best integer solution found to give the new CURRMIPCUTOFF
|
|
619
|
+
mipDualReductions enumint 8392000 1 1 9 Branch and Bound: Limits operations that can reduce the MIP solution space
|
|
620
|
+
0 1 Prevent all dual reductions.
|
|
621
|
+
1 1 Allow all dual reductions.
|
|
622
|
+
2 1 Allow dual reductions on continuous variables only.
|
|
623
|
+
mipFracReduce enumint 8270000 -1 1 9 Branch and Bound: Specifies how often the optimizer should run a heuristic to reduce the number of fractional integer variables in the node LP solutions
|
|
624
|
+
-1 1 Automatic.
|
|
625
|
+
0 1 Disabled.
|
|
626
|
+
1 1 Run before and after cutting on the root node.
|
|
627
|
+
2 1 Run also during root cutting.
|
|
628
|
+
3 1 Run also during the tree search.
|
|
629
|
+
mipKappaFreq integer 8386000 0 0 maxint 1 9 Branch and Bound: Specifies how frequently the basis condition number (also known as kappa) should be calculated during the branch-and-bound search
|
|
630
|
+
0 Do not calculate condition numbers.
|
|
631
|
+
1 Calculate conditions numbers on every node, including after each round of root cutting.
|
|
632
|
+
n>1 Calculate a condition number once per node of every n′th level of the branch-and-bound tree.
|
|
633
|
+
mipLog integer 8028000 -100 minint maxint 1 9 MIP log print control
|
|
634
|
+
0 No printout during MIP tree search.
|
|
635
|
+
1 Only print out summary statement at the end.
|
|
636
|
+
2 Print out detailed log at all solutions found.
|
|
637
|
+
3 Print out detailed log at each node.
|
|
638
|
+
-n Print out summary log at each n th node.
|
|
639
|
+
mipRampUp enumint 8255000 -1 1 9 Controls the strategy used by the parallel MIP solver during the ramp-up phase of a branch-and-bound tree search
|
|
640
|
+
-1 1 Automatically determined.
|
|
641
|
+
0 1 No special treatment during the ramp-up phase. Always run with the maximal number of tasks.
|
|
642
|
+
1 1 Limit the number of tasks until the initial dives have completed.
|
|
643
|
+
mipRefineIterLimit integer 8095000 -1 -1 maxint 1 9 Defines an effort limit expressed as simplex iterations for the MIP solution refiner
|
|
644
|
+
mipRelCutoff double 7014000 0 0 maxdouble 1 9 Branch and Bound: Percentage of the incumbent value to be added to the value of the objective function when an integer solution is found, to give the new value of CURRMIPCUTOFF
|
|
645
|
+
mipRelStop double 7020000 0.0001 0 maxdouble 1 9 Branch and Bound: Determines when the branch and bound tree search will terminate
|
|
646
|
+
mipRestart enumint 8290000 -1 1 9 Branch and Bound: Controls strategy for in-tree restarts
|
|
647
|
+
-1 1 Determined automatically (XPRS_MIPRESTART_DEFAULT).
|
|
648
|
+
0 1 Disable in-tree restarts (XPRS_MIPRESTART_OFF).
|
|
649
|
+
1 1 Allow in-tree restarts at normal aggressiveness (XPRS_MIPRESTART_MODERATE).
|
|
650
|
+
2 1 Allow in-tree restarts at higher aggressiveness (more likely to trigger a restart) (XPRS_MIPRESTART_AGGRESSIVE).
|
|
651
|
+
mipTol double 7009000 5e-06 0 maxdouble 1 9 Branch and Bound: Tolerance within which a decision variable′s value is considered to be integral
|
|
652
|
+
mipToltarget double 7010000 0 mindouble maxdouble 1 9 Target \ref XPRESSmipTol "mipTol" value used by the automatic MIP solution refiner as defined by \ref XPRESSrefineOps "refineOps"
|
|
653
|
+
miqcpAlg enumint 8125000 -1 1 9 Determines which algorithm is to be used to solve mixed integer quadratic constrained and mixed integer second order cone problems
|
|
654
|
+
-1 1 Determined automatically.
|
|
655
|
+
0 1 Use the barrier algorithm in the branch and bound algorithm.
|
|
656
|
+
1 1 Use outer approximations in the branch and bound algorithm.
|
|
657
|
+
nodeSelection enumint 8026000 4 1 9 Branch and Bound: Determines which nodes will be considered for solution once the current node has been solved
|
|
658
|
+
1 1 Local first: Choose between descendant and sibling nodes if available; choose from all outstanding nodes otherwise.
|
|
659
|
+
2 1 Best first: Choose from all outstanding nodes.
|
|
660
|
+
3 1 Local depth first: Choose between descendant and sibling nodes if available; choose from the deepest nodes otherwise.
|
|
661
|
+
4 1 Best first, then local first: Best first is used for the first \ref XPRESSbreadthFirst "breadthFirst" nodes, after which local first is used.
|
|
662
|
+
5 1 Pure depth first: Choose from the deepest outstanding nodes.
|
|
663
|
+
pseudoCost double 7015000 0.01 0 maxdouble 1 9 Branch and Bound: Default pseudo cost used in estimation of the degradation associated with an unexplored node in the tree search
|
|
664
|
+
qcRootAlg enumint 8127000 -1 1 9 Determines which algorithm is to be used to solve the root of a mixed integer quadratic constrained or mixed integer second order cone problem, when outer approximation is used
|
|
665
|
+
-1 1 Determined automatically.
|
|
666
|
+
0 1 Use the barrier algorithm.
|
|
667
|
+
1 1 Use the dual simplex on a relaxation of the problem constructed using outer approximation.
|
|
668
|
+
sbBest integer 8147000 -1 -1 maxint 1 9 Number of infeasible MIP entities to initialize pseudo costs for on each node
|
|
669
|
+
-1 Determined automatically.
|
|
670
|
+
0 Disable strong branching.
|
|
671
|
+
n>0 Perform strong branching on up to n entities at each node.
|
|
672
|
+
sbEffort double 7086000 1 0 maxdouble 1 9 Adjusts the overall amount of effort when using strong branching to select an infeasible MIP entity to branch on
|
|
673
|
+
sbEstimate integer 8198000 -1 -1 6 1 9 Branch and Bound: How to calculate pseudo costs from the local node when selecting an infeasible MIP entity to branch on
|
|
674
|
+
-1 Automatically determined.
|
|
675
|
+
1-6 Different variants of local pseudo costs.
|
|
676
|
+
sbIterLimit integer 8146000 -1 -1 maxint 1 9 Number of dual iterations to perform the strong branching for each entity
|
|
677
|
+
sbSelect integer 8164000 -2 -2 maxint 1 9 Size of the candidate list of MIP entities for strong branching
|
|
678
|
+
-2 Automatic (low effort).
|
|
679
|
+
-1 Automatic (high effort).
|
|
680
|
+
n>=0 Include n entities in the candidate list (but always at least \ref XPRESSsbBest "sbBest" candidates).
|
|
681
|
+
sleepOnThreadWait enumint 8302000 -1 0 9 Parameter is deprecated and will be removed in a future release
|
|
682
|
+
-1 1 Automatically determined depending on the CPU the Optimizer is running on.
|
|
683
|
+
0 1 Keep the threads busy when waiting for work.
|
|
684
|
+
1 1 Put the threads into a wait state when waiting for work.
|
|
685
|
+
sosRefTol double 7005000 1e-06 0 maxdouble 1 9 Minimum relative gap between the ordering values of elements in a special ordered set
|
|
686
|
+
symmetry enumint 8118000 1 1 9 Adjusts the overall amount of effort for symmetry detection
|
|
687
|
+
0 1 No symmetry detection.
|
|
688
|
+
1 1 Conservative effort.
|
|
689
|
+
2 1 Intensive symmetry search.
|
|
690
|
+
symSelect integer 8117000 -1 -1 1 1 9 Adjusts the overall amount of effort for symmetry detection
|
|
691
|
+
0 Search the whole matrix (otherwise the 0, 1 and -1 coefficients only).
|
|
692
|
+
1 Search all entities (otherwise binaries only).
|
|
693
|
+
varSelection enumint 8025000 -1 1 9 Branch and Bound: Determines the formula used to calculate the estimate of each integer variable, and thus which integer variable is selected to be branched on at a given node
|
|
694
|
+
-1 1 Determined automatically.
|
|
695
|
+
1 1 The minimum of the ′up′ and ′down′ pseudo costs.
|
|
696
|
+
2 1 The ′up′ pseudo cost plus the ′down′ pseudo cost.
|
|
697
|
+
3 1 The maximum of the ′up′ and ′down′ pseudo costs, plus twice the minimum of the ′up′ and ′down′ pseudo costs.
|
|
698
|
+
4 1 The maximum of the ′up′ and ′down′ pseudo costs.
|
|
699
|
+
5 1 The ′down′ pseudo cost.
|
|
700
|
+
6 1 The ′up′ pseudo cost.
|
|
701
|
+
7 1 A weighted combination of the ′up′ and ′down′ pseudo costs, where the weights depend on how fractional the variable is.
|
|
702
|
+
8 1 The product of the ′up′ and ′down′ pseudo costs.
|
|
703
|
+
mipRestartGapThreshold double 7140000 0.02 0 1 1 9 Branch and Bound: Initial gap threshold to delay in-tree restart
|
|
704
|
+
nodeProbingEffort double 7141000 1 0 maxdouble 1 9 Adjusts the overall level of node probing
|
|
705
|
+
mipRestartFactor double 7145000 1 0 maxdouble 1 9 Branch and Bound: Fine tune initial conditions to trigger an in-tree restart
|
|
706
|
+
genConsAbsTransformation enumint 8408000 -1 1 9 Specifies the reformulation method for absolute value general constraints at the beginning of the search
|
|
707
|
+
-1 1 Automatic.
|
|
708
|
+
0 1 Use a formulation based on indicator constraints.
|
|
709
|
+
1 1 Use a formulation based on SOS1-constraints.
|
|
710
|
+
mipComponents enumint 8421000 -1 1 9 Determines whether disconnected components in a MIP should be solved as separate MIPs
|
|
711
|
+
-1 1 Automatic - let the solver decide.
|
|
712
|
+
0 1 Disable solving disconnected components separately.
|
|
713
|
+
1 1 Solve disconnected components separately.
|
|
714
|
+
mipConcurrentNodes integer 8422000 -1 -1 maxint 1 9 Sets the node limit for when a winning solve is selected when concurrent MIP solves are enabled
|
|
715
|
+
-1 Automatic - let the solver decide on a node limit.
|
|
716
|
+
>0 Number of nodes each concurrent solve should complete before a winner is selected.
|
|
717
|
+
mipConcurrentSolves integer 8423000 0 -1 maxint 1 9 Selects the number of concurrent solves to start for a MIP
|
|
718
|
+
-1 Enabled. The number of concurrent solves depends on \ref XPRESSmipThreads "mipThreads".
|
|
719
|
+
n>1 Enabled. The number of concurrent solves to start is given by n.
|
|
720
|
+
0, 1 Disabled
|
|
721
|
+
maxStallTime double 8443000 0 0 maxdouble 1 9 Maximum time in seconds that the Optimizer will continue to search for improving solution after finding a new incumbent
|
|
722
|
+
0 No stall time limit.
|
|
723
|
+
>0 If an integer solution has been found, stop MIP search after the given number of seconds without a new incumbent. No effect as long as no solution was found.
|
|
724
|
+
conflictCuts enumint 8292000 -1 1 10 Branch and Bound: Specifies how cautious or aggressive the optimizer should be when searching for and applying conflict cuts
|
|
725
|
+
-1 1 Automatic.
|
|
726
|
+
0 1 Disable conflict cuts.
|
|
727
|
+
1 1 Cautious application of conflict cuts.
|
|
728
|
+
2 1 Medium application of conflict cuts.
|
|
729
|
+
3 1 Aggressive application of conflict cuts.
|
|
730
|
+
coverCuts integer 8134000 -1 -1 maxint 1 10 Branch and Bound: Number of rounds of lifted cover inequalities at the root node
|
|
731
|
+
cutDepth integer 8139000 -1 -1 maxint 1 10 Branch and Bound: Sets the maximum depth in the tree search at which cuts will be generated
|
|
732
|
+
cutFactor double 7091000 -1 -1 maxdouble 1 10 Limit on the number of cuts and cut coefficients the optimizer is allowed to add to the matrix during tree search
|
|
733
|
+
-1 Let the optimizer decide on the maximum amount of cuts based on \ref XPRESScutStrategy "cutStrategy".
|
|
734
|
+
>=0 Multiple of number of rows and coefficients to use.
|
|
735
|
+
cutFreq integer 8116000 -1 -1 maxint 1 10 Branch and Bound: Frequency at which cuts are generated in the tree search
|
|
736
|
+
cutSelect integer 8142000 -1 minint maxint 1 10 Bit-vector providing detailed control of the cuts created for the root node of a MIP solve
|
|
737
|
+
bit 5 = 32 Equivalent to \ref XPRESScutSelect_clique "cutSelect_clique".
|
|
738
|
+
bit 6 = 64 Equivalent to \ref XPRESScutSelect_mir "cutSelect_mir".
|
|
739
|
+
bit 7 = 128 Equivalent to \ref XPRESScutSelect_cover "cutSelect_cover".
|
|
740
|
+
bit 8 = 256 Equivalent to \ref XPRESScutSelect_mirRowAggregation "cutSelect_mirRowAggregation".
|
|
741
|
+
bit 11 = 2048 Equivalent to \ref XPRESScutSelect_flowpath "cutSelect_flowpath".
|
|
742
|
+
bit 12 = 4096 Equivalent to \ref XPRESScutSelect_implication "cutSelect_implication".
|
|
743
|
+
bit 13 = 8192 Equivalent to \ref XPRESScutSelect_liftAndProject "cutSelect_liftAndProject".
|
|
744
|
+
bit 14 = 16384 Equivalent to \ref XPRESScutSelect_disableCutRows "cutSelect_disableCutRows".
|
|
745
|
+
bit 15 = 32768 Equivalent to \ref XPRESScutSelect_gubCover "cutSelect_gubCover".
|
|
746
|
+
bit 16 = 65536 Equivalent to \ref XPRESScutSelect_zeroHalf "cutSelect_zeroHalf".
|
|
747
|
+
bit 17 = 131072 Equivalent to \ref XPRESScutSelect_indicator "cutSelect_indicator".
|
|
748
|
+
bit 18 = 262144 Equivalent to \ref XPRESScutSelect_gomory "cutSelect_gomory".
|
|
749
|
+
bit 20 = 1048576 Equivalent to \ref XPRESScutSelect_farkas "cutSelect_farkas".
|
|
750
|
+
cutSelect_clique boolean 8142006 1 1 10 Clique cuts
|
|
751
|
+
cutSelect_mir boolean 8142007 1 1 10 Mixed Integer Rounding (MIR) cuts
|
|
752
|
+
cutSelect_cover boolean 8142008 1 1 10 Lifted cover cuts
|
|
753
|
+
cutSelect_mirRowAggregation boolean 8142009 1 1 10 Turn on row aggregation for MIR cuts
|
|
754
|
+
cutSelect_flowpath boolean 8142012 1 1 10 Flow path cuts
|
|
755
|
+
cutSelect_implication boolean 8142013 1 1 10 Implication cuts
|
|
756
|
+
cutSelect_liftAndProject boolean 8142014 1 1 10 Turn on automatic Lift-and-Project cutting strategy
|
|
757
|
+
cutSelect_disableCutRows boolean 8142015 1 1 10 Disable cutting from cut rows
|
|
758
|
+
cutSelect_gubCover boolean 8142016 1 1 10 Lifted GUB cover cuts
|
|
759
|
+
cutSelect_zeroHalf boolean 8142017 1 1 10 Zero-half cuts
|
|
760
|
+
cutSelect_indicator boolean 8142018 1 1 10 Indicator constraint cuts
|
|
761
|
+
cutSelect_gomory boolean 8142019 1 1 10 Strong Chvatal-Gomory cuts
|
|
762
|
+
cutSelect_farkas boolean 8142021 1 1 10 Farkas cuts
|
|
763
|
+
cutStrategy enumint 8138000 -1 1 10 Branch and Bound: Cut strategy
|
|
764
|
+
-1 1 Automatic selection of the cut strategy.
|
|
765
|
+
0 1 No cuts.
|
|
766
|
+
1 1 Conservative cut strategy.
|
|
767
|
+
2 1 Moderate cut strategy.
|
|
768
|
+
3 1 Aggressive cut strategy.
|
|
769
|
+
gomCuts integer 8135000 -1 -1 maxint 1 10 Branch and Bound: Number of rounds of Gomory or lift-and-project cuts at the root node
|
|
770
|
+
lnpBest integer 8160000 50 0 maxint 1 10 Number of infeasible MIP entities to create lift-and-project cuts for during each round of Gomory cuts at the root node (see \ref XPRESSgomCuts "gomCuts")
|
|
771
|
+
lnpIterLimit integer 8161000 -1 -1 maxint 1 10 Number of iterations to perform in improving each lift-and-project cut
|
|
772
|
+
maxCutTime double 8149000 0 0 maxdouble 1 10 Maximum amount of time allowed for generation of cutting planes and reoptimization
|
|
773
|
+
0 No time limit.
|
|
774
|
+
>0 Stop cut generation after the given number of seconds.
|
|
775
|
+
qcCuts integer 8126000 -1 -1 maxint 1 10 Branch and Bound: Limit on the number of rounds of outer approximation cuts generated for the root node, when solving a mixed integer quadratic constrained or mixed integer second order conic problem with ****
|
|
776
|
+
treeCoverCuts integer 8140000 -1 -1 maxint 1 10 Branch and Bound: Number of rounds of lifted cover inequalities generated at nodes other than the root node in the tree
|
|
777
|
+
treeCutSelect integer 8143000 -1 minint maxint 1 10 Bit-vector providing detailed control of the cuts created during the tree search of a MIP solve
|
|
778
|
+
bit 5 = 32 Equivalent to \ref XPRESStreeCutSelect_clique "treeCutSelect_clique".
|
|
779
|
+
bit 6 = 64 Equivalent to \ref XPRESStreeCutSelect_mir "treeCutSelect_mir".
|
|
780
|
+
bit 7 = 128 Equivalent to \ref XPRESStreeCutSelect_cover "treeCutSelect_cover".
|
|
781
|
+
bit 8 = 256 Equivalent to \ref XPRESStreeCutSelect_mirRowAggregation "treeCutSelect_mirRowAggregation".
|
|
782
|
+
bit 11 = 2048 Equivalent to \ref XPRESStreeCutSelect_flowpath "treeCutSelect_flowpath".
|
|
783
|
+
bit 12 = 4096 Equivalent to \ref XPRESStreeCutSelect_implication "treeCutSelect_implication".
|
|
784
|
+
bit 13 = 8192 Equivalent to \ref XPRESStreeCutSelect_liftAndProject "treeCutSelect_liftAndProject".
|
|
785
|
+
bit 14 = 16384 Equivalent to \ref XPRESStreeCutSelect_disableCutRows "treeCutSelect_disableCutRows".
|
|
786
|
+
bit 15 = 32768 Equivalent to \ref XPRESStreeCutSelect_gubCover "treeCutSelect_gubCover".
|
|
787
|
+
bit 16 = 65536 Equivalent to \ref XPRESStreeCutSelect_zeroHalf "treeCutSelect_zeroHalf".
|
|
788
|
+
bit 17 = 131072 Equivalent to \ref XPRESStreeCutSelect_indicator "treeCutSelect_indicator".
|
|
789
|
+
bit 18 = 262144 Equivalent to \ref XPRESStreeCutSelect_gomory "treeCutSelect_gomory".
|
|
790
|
+
bit 20 = 1048576 Equivalent to \ref XPRESStreeCutSelect_farkas "treeCutSelect_farkas".
|
|
791
|
+
treeCutSelect_clique boolean 8143006 1 1 10 Clique cuts
|
|
792
|
+
treeCutSelect_mir boolean 8143007 1 1 10 Mixed Integer Rounding (MIR) cuts
|
|
793
|
+
treeCutSelect_cover boolean 8143008 1 1 10 Lifted cover cuts
|
|
794
|
+
treeCutSelect_mirRowAggregation boolean 8143009 1 1 10 Turn on row aggregation for MIR cuts
|
|
795
|
+
treeCutSelect_flowpath boolean 8143012 1 1 10 Flow path cuts
|
|
796
|
+
treeCutSelect_implication boolean 8143013 1 1 10 Implication cuts
|
|
797
|
+
treeCutSelect_liftAndProject boolean 8143014 1 1 10 Turn on automatic Lift and Project cutting strategy
|
|
798
|
+
treeCutSelect_disableCutRows boolean 8143015 1 1 10 Disable cutting from cut rows
|
|
799
|
+
treeCutSelect_gubCover boolean 8143016 1 1 10 Lifted GUB cover cuts
|
|
800
|
+
treeCutSelect_zeroHalf boolean 8143017 1 1 10 Zero-half cuts
|
|
801
|
+
treeCutSelect_indicator boolean 8143018 1 1 10 Indicator constraint cuts
|
|
802
|
+
treeCutSelect_gomory boolean 8143019 1 1 10 Strong Chvatal-Gomory cuts
|
|
803
|
+
treeCutSelect_farkas boolean 8143021 1 1 10 Farkas cuts
|
|
804
|
+
treeGomCuts integer 8141000 -1 -1 maxint 1 10 Branch and Bound: Number of rounds of Gomory cuts generated at nodes other than the first node in the tree
|
|
805
|
+
treeQCCuts integer 8331000 -1 -1 maxint 1 10 Branch and Bound: Limit on the number of rounds of outer approximation cuts generated for nodes other than the root node, when solving a mixed integer quadratic constrained or mixed integer second orde****
|
|
806
|
+
autoCutting enumint 8446000 -1 1 10 Automatically decide whether to generate cutting planes at local nodes in the tree
|
|
807
|
+
-1 1 Automatic.
|
|
808
|
+
0 1 Disabled.
|
|
809
|
+
1 1 Enabled.
|
|
810
|
+
mcfCutStrategy enumint 8486000 -1 1 10 Level of Multi-Commodity Flow (MCF) cutting planes separation: This specifies how aggressively MCF cuts should be separated
|
|
811
|
+
-1 1 Automatic - let the Optimizer decide.
|
|
812
|
+
0 1 Separation of MCF cuts disabled.
|
|
813
|
+
1 1 Moderate separation of MCF cuts.
|
|
814
|
+
2 1 Aggressive separation of MCF cuts.
|
|
815
|
+
sdpCutStrategy enumint 8497000 -1 1 10 Level of SDP cutting planes separation: How aggressively SDP cuts should be separated
|
|
816
|
+
-1 1 Automatic - let the Optimizer decide.
|
|
817
|
+
0 1 Separation of SDP cuts disabled.
|
|
818
|
+
1 1 Conservative separation of SDP cuts.
|
|
819
|
+
2 1 Moderate separation of SDP cuts.
|
|
820
|
+
3 1 Aggressive separation of SDP cuts.
|
|
821
|
+
heurBeforeLp enumint 8280000 -1 1 11 Branch and Bound: Determines whether primal heuristics should be run before the initial LP relaxation has been solved
|
|
822
|
+
-1 1 Automatic - let the optimizer decide if heuristics should be run.
|
|
823
|
+
0 1 Disabled.
|
|
824
|
+
1 1 Enabled.
|
|
825
|
+
heurDiveIterLimit double 7128000 -1 mindouble maxdouble 1 11 Branch and Bound: Simplex iteration limit for reoptimizing during the diving heuristic
|
|
826
|
+
0 No iteration limit.
|
|
827
|
+
>=1 Fixed iteration limit.
|
|
828
|
+
<0 Automatic selection of the iteration limit based on the problem size. The absolute value is used as a multiplier on the automatic selection.
|
|
829
|
+
heurDiveRandomize double 7089000 0 0 1 1 11 Level of randomization to apply in the diving heuristic
|
|
830
|
+
0.0-1.0 Amount of randomization (0.0=none, 1.0=full)
|
|
831
|
+
heurDiveSoftRounding enumint 8215000 -1 1 11 Branch and Bound: Enables a more cautious strategy for the diving heuristic, where it tries to push binaries and integer variables to their bounds using the objective, instead of directly fixing them
|
|
832
|
+
-1 1 Automatic selection.
|
|
833
|
+
0 1 Do not use soft rounding.
|
|
834
|
+
1 1 Cautious use of the soft rounding strategy.
|
|
835
|
+
2 1 More aggressive use of the soft rounding strategy.
|
|
836
|
+
heurDiveSpeedUp integer 8197000 -1 -2 4 1 11 Branch and Bound: Changes the emphasis of the diving heuristic from solution quality to diving speed
|
|
837
|
+
-2 Automatic selection biased towards quality
|
|
838
|
+
-1 Automatic selection biased towards speed.
|
|
839
|
+
0-4 Manual emphasis bias from emphasis on quality (0) to emphasis on speed (4).
|
|
840
|
+
heurDiveStrategy integer 8177000 -1 -1 18 1 11 Branch and Bound: Chooses the strategy for the diving heuristic
|
|
841
|
+
-1 Automatic selection of strategy.
|
|
842
|
+
0 Disables the diving heuristic.
|
|
843
|
+
1-18 Available pre-set strategies for rounding infeasible MIP entities and reoptimizing during the heuristic dive.
|
|
844
|
+
heurForceSpecialObj boolean 8350000 0 1 11 Branch and Bound: Whether local search heuristics without objective or with an auxiliary objective should always be used, despite the automatic selection of the Optimizer
|
|
845
|
+
0 Disabled.
|
|
846
|
+
1 Enabled. Run special objective heuristics on large problems and even if incumbent exists.
|
|
847
|
+
heurFreq integer 8155000 -1 -1 maxint 1 11 Branch and Bound: Frequency at which heuristics are used in the tree search
|
|
848
|
+
heurSearchEffort double 7090000 1 0 maxdouble 1 11 Adjusts the overall level of the local search heuristics
|
|
849
|
+
heurSearchFreq integer 8196000 -1 -1 maxint 1 11 Branch and Bound: How often the local search heuristic should be run in the tree
|
|
850
|
+
-1 Automatic.
|
|
851
|
+
0 Disabled in the tree.
|
|
852
|
+
n>0 Number of nodes between each run.
|
|
853
|
+
heurSearchRootCutFreq integer 8351000 -1 -1 maxint 1 11 How frequently to run the local search heuristic during root cutting
|
|
854
|
+
-1 Automatic.
|
|
855
|
+
0 Disabled heuristic during cutting.
|
|
856
|
+
n>0 Number of cutting rounds between each run.
|
|
857
|
+
heurSearchRootSelect integer 8216000 117 0 maxint 1 11 Bit-vector control for selecting which local search heuristics to apply on the root node of a MIP solve
|
|
858
|
+
bit 0 = 1 Local search with a large neighborhood. Potentially slow but is good for finding solutions that differs significantly from the incumbent.
|
|
859
|
+
bit 1 = 2 Local search with a small neighborhood centered around a node LP solution.
|
|
860
|
+
bit 2 = 4 Local search with a small neighborhood centered around an integer solution. This heuristic will often provide smaller, incremental improvements to an incumbent solution.
|
|
861
|
+
bit 3 = 8 Local search with a neighborhood set up through the combination of multiple integer solutions.
|
|
862
|
+
bit 4 = 16 Unused
|
|
863
|
+
bit 5 = 32 Local search without an objective function. Called seldom and only when no feasible solution is available.
|
|
864
|
+
bit 6 = 64 Local search with an auxiliary objective function. Called seldom and only when no feasible solution is available.
|
|
865
|
+
heurSearchTreeSelect integer 8217000 17 0 maxint 1 11 Bit-vector control for selecting which local search heuristics to apply during the tree search of a MIP solve
|
|
866
|
+
bit 0 = 1 Local search with a large neighborhood. Potentially slow but is good for finding solutions that differs significantly from the incumbent.
|
|
867
|
+
bit 1 = 2 Local search with a small neighborhood centered around a node LP solution.
|
|
868
|
+
bit 2 = 4 Local search with a small neighborhood centered around an integer solution. This heuristic will often provide smaller, incremental improvements to an incumbent solution.
|
|
869
|
+
bit 3 = 8 Local search with a neighborhood set up through the combination of multiple integer solutions.
|
|
870
|
+
bit 4 = 16 Unused
|
|
871
|
+
bit 5 = 32 Local search without an objective function. Called seldom and only when no feasible solution is available.
|
|
872
|
+
bit 6 = 64 Local search with an auxiliary objective function. Called seldom and only when no feasible solution is available.
|
|
873
|
+
heurEmphasis enumint 8427000 -1 1 11 Branch and Bound: Specifies an emphasis for the search w.r.t. primal heuristics and other procedures that affect the speed of convergence of the primal-dual gap
|
|
874
|
+
-1 1 Optimizer default strategy.
|
|
875
|
+
0 1 Disables all heuristics.
|
|
876
|
+
1 1 Focus on reducing the primal-dual gap in the early part of the search.
|
|
877
|
+
2 1 Extremely aggressive search heuristics.
|
|
878
|
+
feasibilityJump integer 8471000 -1 -1 3 1 11 MIP: Decides if the Feasibility Jump heuristic should be run
|
|
879
|
+
-1 Use automatic settings.
|
|
880
|
+
0 Turned off.
|
|
881
|
+
1 Run the heuristic on models with all integer variables.
|
|
882
|
+
2 Run the heuristic on models in which all non-integer variables have bounds [0,1].
|
|
883
|
+
3 Run the heuristic on models in which all non-integer variables have integer bounds.
|
|
884
|
+
heurShiftProp enumint 8479000 -1 1 11 Determines whether the Shift-and-propagate primal heuristic should be executed
|
|
885
|
+
-1 1 The solver decides if Shift-and-propagate should be run. This is the default setting.
|
|
886
|
+
0 1 Shift-and-propagate is disabled.
|
|
887
|
+
1 1 Shift-and-propagate is enabled.
|
|
888
|
+
preRootThreads integer 8490000 -1 -1 maxint 1 11 Specifies an explicit number of threads that should be used for the Pre-root parallel heuristic phase
|
|
889
|
+
-1 Use all available threads.
|
|
890
|
+
0 Disable pre-root parallel heuristics.
|
|
891
|
+
n>0 Use the specified number of threads, superseding the value of \ref XPRESSthreads "threads"
|
|
892
|
+
preRootEffort double 7173000 -1 -2 maxdouble 1 11 Dial for the work spent during the Pre-root parallel heuristic phase
|
|
893
|
+
-2 Enable Pre-root parallel heuristics without a specific work limit for this phase. The phase will terminate if a different limit is hit, or if it runs out of heuristic work to do.
|
|
894
|
+
-1 Enablement of Pre-root parallel heuristics is subject to \ref XPRESSheurEmphasis "heurEmphasis".
|
|
895
|
+
0 Disable Pre-root parallel heuristics.
|
|
896
|
+
x>0 Enable Pre-root parallel heuristics with a work limit dependent on problem characteristics, using x as a factor to dial this work limit up or down.
|
|
897
|
+
preRootWorklimit double 7172000 -1 -1 maxdouble 1 11 Set an explicit work limit in work units for the Pre-root parallel heuristic phase
|
|
898
|
+
-1 No explicit work limit for the Pre-root parallel heuristic phase. If enabled, the work limit for this phase is controlled via \ref XPRESSpreRootEffort "preRootEffort".
|
|
899
|
+
0 Disable Pre-root parallel heuristics.
|
|
900
|
+
x>0 Enable Pre-root parallel heuristics with an explicit work limit of x work units. If set, this work limit has precedence over any work limit set by \ref XPRESSpreRootEffort "preRootEffort".
|
|
901
|
+
solnpoolCullDiversity integer 6602000 -1 -1 maxint 1 12 Cull N solutions based on solution diversity
|
|
902
|
+
solnpoolCullObj integer 6601000 -1 -1 maxint 1 12 Cull N solutions based on objective values
|
|
903
|
+
solnpoolDupPolicy enumint 6203000 0 1 12 Policy to use when handling storage of duplicate solutions
|
|
904
|
+
0 1 Keep all: All solutions are kept including duplicates.
|
|
905
|
+
1 1 Continuous: All variables are compared with an exact match. Duplicate solutions are discarded.
|
|
906
|
+
2 1 Discrete and continuous separate: Both the discrete component of a solution pair and the continuous solution variables are compared. The continuous variables are compared with an exact match. Duplicate solutions are discarded.
|
|
907
|
+
3 1 Discrete only: Only the discrete component of a solution pair is compared. Duplicate solutions are discarded.
|
|
908
|
+
algAfterCrossover enumint 8208000 1 1 7 Algorithm to be used for the final clean up step after the crossover
|
|
909
|
+
1 1 Automatically determined.
|
|
910
|
+
2 1 Dual simplex.
|
|
911
|
+
3 1 Primal simplex.
|
|
912
|
+
4 1 Concurrent.
|
|
913
|
+
barAlg enumint 8315000 -1 1 7 Determines which barrier algorithm is used to solve the problem
|
|
914
|
+
-1 1 Determined automatically.
|
|
915
|
+
0 1 Unused.
|
|
916
|
+
1 1 Use the infeasible-start barrier algorithm.
|
|
917
|
+
2 1 Use the homogeneous self-dual barrier algorithm.
|
|
918
|
+
3 1 Start with 2 and optionally switch to 1 during the execution.
|
|
919
|
+
4 1 Use the hybrid gradient algorithm.
|
|
920
|
+
barCrash integer 8211000 4 0 6 1 7 Newton barrier and hybrid gradient: Determines the type of crash used for the crossover
|
|
921
|
+
0 Turns off all crash procedures.
|
|
922
|
+
1-6 Available strategies with 1 being conservative and 6 being aggressive.
|
|
923
|
+
barDualStop double 7034000 0 0 maxdouble 1 7 Newton barrier and hybrid gradient: Convergence parameter, representing the tolerance for dual infeasibilities
|
|
924
|
+
barFailIterLimit integer 8398000 0 0 maxint 1 7 Newton barrier: Maximum number of consecutive iterations that fail to improve the solution in the barrier algorithm
|
|
925
|
+
0 Determined automatically
|
|
926
|
+
>0 Maximum number of consecutive barrier iterations allowed without progress.
|
|
927
|
+
barGapStop double 7033000 0 0 maxdouble 1 7 Newton barrier and hybrid gradient: Convergence parameter, representing the tolerance for the relative duality gap
|
|
928
|
+
barGapTarget double 7073000 0 0 maxdouble 1 7 Newton barrier: Target tolerance for the relative duality gap
|
|
929
|
+
barIndefLimit integer 8153000 15 1 maxint 1 7 Newton Barrier: Limits the number of consecutive indefinite barrier iterations that will be performed
|
|
930
|
+
barIterLimit integer 8045000 500 0 maxint 1 7 Newton barrier: Maximum number of iterations
|
|
931
|
+
barKernel double 7130000 0 mindouble maxdouble 1 7 Newton barrier: Defines how centrality is weighted in the barrier algorithm
|
|
932
|
+
>=+1.0 Increases the emphasis on centrality when larger value is set.
|
|
933
|
+
<=-1.0 Selects a value adaptively in every iteration from [+1, -\ref XPRESSbarKernel "barKernel"].
|
|
934
|
+
barOrder enumint 8080000 0 1 7 Newton barrier: Controls the Cholesky factorization in the Newton-Barrier
|
|
935
|
+
0 1 Choose automatically.
|
|
936
|
+
1 1 Minimum degree method. This selects diagonal elements with the smallest number of nonzeros in their rows or columns.
|
|
937
|
+
2 1 Minimum local fill method. This considers the adjacency graph of nonzeros in the matrix and seeks to eliminate nodes that minimize the creation of new edges.
|
|
938
|
+
3 1 Nested dissection method. This considers the adjacency graph and recursively seeks to separate it into non-adjacent pieces.
|
|
939
|
+
barOutput boolean 8047000 1 1 7 Newton barrier and hybrid gradient: Level of solution output provided
|
|
940
|
+
0 No output.
|
|
941
|
+
1 At each iteration.
|
|
942
|
+
barPrimalStop double 7035000 0 0 maxdouble 1 7 Newton barrier and hybrid gradient: Convergence parameter, indicating the tolerance for primal infeasibilities
|
|
943
|
+
barRegularize integer 8163000 -1 minint maxint 1 7 Bit-vector control determines how the barrier algorithm applies regularization on the KKT system
|
|
944
|
+
bit 0 = 1 Standard regularization is turned on/off.
|
|
945
|
+
bit 1 = 2 Reduced regularization is turned on/off. This option reduces the perturbation effect of the standard regularization.
|
|
946
|
+
bit 2 = 4 Forces to keep dependent rows in the KKT system.
|
|
947
|
+
bit 3 = 8 Forces to preserve degenerate rows in the KKT system.
|
|
948
|
+
bit 4 = 16 Restrict regularization to infeasible iterates.
|
|
949
|
+
bit 5 = 32 Disable iterative regularizations.
|
|
950
|
+
bit 6 = 64 Apply iterative regularization more often.
|
|
951
|
+
barStart enumint 8180000 0 1 7 Controls the computation of the starting point and warm-starting for the Newton barrier and the hybrid gradient algorithms
|
|
952
|
+
-1 1 Uses the existing solution for warm-start if one is available.
|
|
953
|
+
0 1 Warm-start is disabled; the starting point is determined automatically from the next three options.
|
|
954
|
+
1 1 Uses simple heuristics to compute the starting point based on the magnitudes of the matrix entries.
|
|
955
|
+
2 1 Uses the pseudoinverse of the constraint matrix to determine primal and dual initial solutions. Less sensitive to scaling and numerically more robust, but in several case less efficient than 1.
|
|
956
|
+
3 1 Uses the unit starting point for the homogeneous self-dual barrier algorithm.
|
|
957
|
+
barStepStop double 7036000 1e-16 0 maxdouble 1 7 Newton barrier: Convergence parameter, representing the minimal step size
|
|
958
|
+
choleskyAlg integer 8046000 -1 -1 maxint 1 7 Newton barrier: Type of Cholesky factorization used; bit-vector-control
|
|
959
|
+
bit 0 = 1 Matrix blocking: 0: automatic setting; 1: manual setting.
|
|
960
|
+
bit 1 = 2 If manual selection of matrix blocking: 0: multi-pass; 1: single-pass.
|
|
961
|
+
bit 2 = 4 Nonseparable QP relaxation: 0: off; 1: on.
|
|
962
|
+
bit 3 = 8 Corrector weight: 0: automatic setting; 1: manual setting.
|
|
963
|
+
bit 4 = 16 If manual selection of corrector weight: 0: off; 1: on.
|
|
964
|
+
bit 5 = 32 Refinement: 0: automatic setting; 1: manual setting.
|
|
965
|
+
bit 6 = 64 Preconditioned conjugate gradient method (PCGM): 0: PCGM off; 1: PCGM on.
|
|
966
|
+
bit 7 = 128 Preconditioned quasi minimal residual (QMR) to refine solution: 0: QMR off; 1: QMR on.
|
|
967
|
+
bit 8 = 256 Perform refinement on the augmented system 0: off; 1: on.
|
|
968
|
+
bit 9 = 512 Force highest accuracy in refinement 0: off; 1: on.
|
|
969
|
+
choleskyTol double 7032000 1e-15 0 maxdouble 1 7 Newton barrier: Tolerance for pivot elements in the Cholesky decomposition of the normal equations coefficient matrix, computed at each iteration of the barrier algorithm
|
|
970
|
+
crossover enumint 8044000 -1 1 7 Newton barrier and hybrid gradient: Determines whether the barrier method will cross over to the simplex method when at optimal solution has been found, to provide an end basis and advanced sensitivity analysis in****
|
|
971
|
+
-1 1 Determined automatically.
|
|
972
|
+
0 1 No crossover.
|
|
973
|
+
1 1 Primal crossover first.
|
|
974
|
+
2 1 Dual crossover first.
|
|
975
|
+
crossoverAccuracyTol double 7023000 1e-06 0 maxdouble 1 7 Newton barrier: Determines how crossover adjusts the default relative pivot tolerance
|
|
976
|
+
crossoverIterLimit integer 8104000 2147483647 0 maxint 1 7 Newton barrier and hybrid gradient: Maximum number of iterations that will be performed in the crossover procedure before the optimization process terminates
|
|
977
|
+
crossoverOps integer 8060000 0 0 maxint 1 7 Newton barrier and hybrid gradient: Bit-vector for adjusting the behavior of the crossover procedure
|
|
978
|
+
bit 0 = 1 Returned solution when the crossover terminates prematurely: 0: Return the last basis from the crossover; 1: Return the barrier solution.
|
|
979
|
+
bit 1 = 2 Select the crossover stages to be performed: 0: Perform both crossover stages; 1: Skip second crossover stage.
|
|
980
|
+
bit 2 = 4 Set crossover behaviour: 0: Force to perform all pivots; 1: Skip pivots that are numerically less reliable.
|
|
981
|
+
bit 3 = 8 Set crossover behaviour: 0: Perform standard crossover; 1: Perform a slower, but numerically more careful crossover.
|
|
982
|
+
denseColLimit integer 8086000 0 0 maxint 1 7 Newton barrier: Controls trigger point for special treatment of dense columns in Cholesky factorization
|
|
983
|
+
barRefIter integer 8431000 0 0 maxint 1 7 Newton barrier: After terminating the barrier algorithm, further refinement steps can be performed
|
|
984
|
+
barPerturb double 7011000 0 0 maxdouble 1 7 Newton barrier: In numerically challenging cases it is often advantageous to apply perturbations on the KKT system to improve its numerical properties
|
|
985
|
+
barObjPerturb double 7146000 1e-06 mindouble maxdouble 1 7 Defines how the barrier perturbs the objective
|
|
986
|
+
0 Turn off objective perturbation.
|
|
987
|
+
>0 Let the optimizer decide if the objective is perturbed or not and use the parameter value as the scale of the perturbation.
|
|
988
|
+
<0 Always perturb the objective by the absolute value of the parameter.
|
|
989
|
+
barIterative integer 8492000 -2 -2 maxint 1 7 Maximum number of barrier iterations in which an iterative solver is used instead of the Cholesky decomposition
|
|
990
|
+
-2 Automatically determined.
|
|
991
|
+
-1 Turn iterative solver off.
|
|
992
|
+
0 Use iterative solver for the starting point computation.
|
|
993
|
+
n>0 Try to apply iterative solver for the first n barrier iterations.
|
|
994
|
+
globalNumInitNLPCuts integer 8449000 -1 -1 maxint 1 8 Specifies the maximum number of tangent cuts when setting up the initial relaxation during a global solve
|
|
995
|
+
globalLSHeurStrategy enumint 8464000 -1 1 8 When integer-feasible (for MINLP, any solution for NLP) but nonlinear-infeasible solutions are encountered within a global solve, the integer variables can be fixed and a local solver can be called on t****
|
|
996
|
+
-1 1 Automatic selection of the strategy.
|
|
997
|
+
0 1 Never run a local solver on a partially fixed solution.
|
|
998
|
+
1 1 Conservative strategy.
|
|
999
|
+
2 1 Moderate strategy.
|
|
1000
|
+
3 1 Aggressive strategy.
|
|
1001
|
+
heurSearchCopyControls enumint 8480000 1 1 8 Select how user-set controls should affect local search heuristics
|
|
1002
|
+
0 1 Do not copy any user-set controls
|
|
1003
|
+
1 1 Automatic - Let the Optimizer decide which user-set controls to copy
|
|
1004
|
+
2 1 Copy all user-set controls
|
|
1005
|
+
globalNLPCuts integer 8481000 -1 -1 maxint 1 8 Limit on the number of rounds of outer approximation and convexification cuts generated for the root node, when solving an (MI)NLP to global optimality
|
|
1006
|
+
globalTreeNLPCuts integer 8482000 -1 -1 maxint 1 8 Limit on the number of rounds of outer approximation and convexification cuts generated for each node in the tree, when solving an (MI)NLP to global optimality
|
|
1007
|
+
globalPresolveOBBT enumint 8494000 -1 1 8 Controls the amount of work performed by Optimization-Based Bound Tightening (OBBT)
|
|
1008
|
+
-1 1 Automatic. The solver decides how much effort goes into OBBT.
|
|
1009
|
+
0 1 Disabled. No OBBT will be performed.
|
|
1010
|
+
1 1 OBBT is run for a small subset of the variables, approximately equal to the square root of the number of total variables used in the solve, i.e., original and auxiliary.
|
|
1011
|
+
2 1 OBBT is run on a larger portion of the variables while keeping the computational effort limited w.r.t. the whole global solve.
|
|
1012
|
+
3 1 OBBT is run on all variables. This is most computationally taxing as a large number of LPs will be solved.
|
|
1013
|
+
xslp_algorithm integer 12301000 166 minint maxint 1 13 Bit map describing the SLP algorithm(s) to be used
|
|
1014
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_algorithm_noStepBounds "xslp_algorithm_noStepBounds".
|
|
1015
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_algorithm_stepBoundsAsRequired "xslp_algorithm_stepBoundsAsRequired".
|
|
1016
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_algorithm_estimateStepBounds "xslp_algorithm_estimateStepBounds".
|
|
1017
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_algorithm_dynamicDamping "xslp_algorithm_dynamicDamping".
|
|
1018
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_algorithm_holdValues "xslp_algorithm_holdValues".
|
|
1019
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_algorithm_retainPreviousValue "xslp_algorithm_retainPreviousValue".
|
|
1020
|
+
bit 6 = 64 Equivalent to \ref XPRESSxslp_algorithm_resetDeltaZ "xslp_algorithm_resetDeltaZ".
|
|
1021
|
+
bit 7 = 128 Equivalent to \ref XPRESSxslp_algorithm_quickConvergenceCheck "xslp_algorithm_quickConvergenceCheck".
|
|
1022
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_algorithm_escalatePenalties "xslp_algorithm_escalatePenalties".
|
|
1023
|
+
bit 9 = 512 Equivalent to \ref XPRESSxslp_algorithm_switchToPrimal "xslp_algorithm_switchToPrimal".
|
|
1024
|
+
bit 11 = 2048 Equivalent to \ref XPRESSxslp_algorithm_maxCostOption "xslp_algorithm_maxCostOption".
|
|
1025
|
+
bit 12 = 4096 Equivalent to \ref XPRESSxslp_algorithm_residualErrors "xslp_algorithm_residualErrors".
|
|
1026
|
+
bit 13 = 8192 Equivalent to \ref XPRESSxslp_algorithm_noLPPolishing "xslp_algorithm_noLPPolishing".
|
|
1027
|
+
bit 14 = 16384 Equivalent to \ref XPRESSxslp_algorithm_cascadeBounds "xslp_algorithm_cascadeBounds".
|
|
1028
|
+
bit 15 = 32768 Equivalent to \ref XPRESSxslp_algorithm_clampExtendedActiveSB "xslp_algorithm_clampExtendedActiveSB".
|
|
1029
|
+
bit 16 = 65536 Equivalent to \ref XPRESSxslp_algorithm_clampExtendedAll "xslp_algorithm_clampExtendedAll".
|
|
1030
|
+
xslp_algorithm_cascadeBounds boolean 12301015 0 1 13 Step bounds are updated to accomodate cascaded values (otherwise cascaded values are pushed to respect step bounds)
|
|
1031
|
+
xslp_algorithm_clampExtendedActiveSB boolean 12301016 0 1 13 Apply clamping when converged on extended criteria only with some variables having active step bounds
|
|
1032
|
+
xslp_algorithm_clampExtendedAll boolean 12301017 0 1 13 Apply clamping when converged on extended criteria only
|
|
1033
|
+
xslp_algorithm_dynamicDamping boolean 12301004 0 1 13 Use dynamic damping
|
|
1034
|
+
xslp_algorithm_escalatePenalties boolean 12301009 0 1 13 Escalate penalties
|
|
1035
|
+
xslp_algorithm_estimateStepBounds boolean 12301003 1 1 13 Estimate step bounds from early SLP iterations
|
|
1036
|
+
xslp_algorithm_holdValues boolean 12301005 0 1 13 Do not update values which are converged within strict tolerance
|
|
1037
|
+
xslp_algorithm_maxCostOption boolean 12301012 0 1 13 Continue optimizing after penalty cost reaches maximum
|
|
1038
|
+
xslp_algorithm_noLPPolishing boolean 12301014 0 1 13 Skip the solution polishing step if the LP postsolve returns a slightly infeasible, but claimed optimal solution
|
|
1039
|
+
xslp_algorithm_noStepBounds boolean 12301001 0 1 13 Do not apply step bounds
|
|
1040
|
+
xslp_algorithm_quickConvergenceCheck boolean 12301008 1 1 13 Quick convergence check
|
|
1041
|
+
xslp_algorithm_resetDeltaZ boolean 12301007 0 1 13 Reset \ref XPRESSxslp_delta_z "xslp_delta_z" to zero when converged and continue SLP
|
|
1042
|
+
xslp_algorithm_residualErrors boolean 12301013 0 1 13 Accept a solution which has converged even if there are still significant active penalty error vectors
|
|
1043
|
+
xslp_algorithm_retainPreviousValue boolean 12301006 1 1 13 Retain previous value when cascading if determining row is zero
|
|
1044
|
+
xslp_algorithm_stepBoundsAsRequired boolean 12301002 1 1 13 Apply step bounds to SLP delta vectors only when required
|
|
1045
|
+
xslp_algorithm_switchToPrimal boolean 12301010 0 1 13 Use the primal simplex algorithm when all error vectors become inactive
|
|
1046
|
+
xslp_calcThreads integer 12405000 -1 -1 1 1 13 Number of threads used for formula and derivatives evaluations
|
|
1047
|
+
xslp_filter integer 12387000 3 minint maxint 1 13 Bit map for controlling solution updates
|
|
1048
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_filterKeepBest "xslp_filterKeepBest".
|
|
1049
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_filterCascade "xslp_filterCascade".
|
|
1050
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_filterZeroLineSearch "xslp_filterZeroLineSearch".
|
|
1051
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_filterZeroLineSearchTR "xslp_filterZeroLineSearchTR".
|
|
1052
|
+
xslp_filterKeepBest boolean 12387001 1 1 13 Retain best solution according to the merit function
|
|
1053
|
+
xslp_filterCascade boolean 12387002 1 1 13 Check cascaded solutions against improvements in the merit function
|
|
1054
|
+
xslp_filterZeroLineSearch boolean 12387003 0 1 13 Force minimum step sizes in line search
|
|
1055
|
+
xslp_filterZeroLineSearchTR boolean 12387004 0 1 13 Accept the trust region step is the line search returns a zero step size
|
|
1056
|
+
xslp_findIV enumint 12413000 -1 1 13 Option for running a heuristic to find a feasible initial point
|
|
1057
|
+
-1 1 Automatic (default).
|
|
1058
|
+
0 1 Disable the heuristic.
|
|
1059
|
+
1 1 Enable the heuristic.
|
|
1060
|
+
xslp_infinity double 12119000 1e+10 0 maxdouble 1 13 Value returned by a divide-by-zero in a formula
|
|
1061
|
+
xslp_nlpSolver enumint 12417000 -1 1 13 Controls whether to call FICO Xpress Global or one of the local solvers
|
|
1062
|
+
-1 1 If the license allows and there are no user functions or multistart jobs, FICO Xpress Global will be called, otherwise a local solver.
|
|
1063
|
+
1 1 The algorithm selected by \ref XPRESSxslp_solver "xslp_solver" will be used to find a locally optimal solution
|
|
1064
|
+
2 1 FICO Xpress Global will be used to find a globally optimal solution
|
|
1065
|
+
xslp_primalIntegralRef double 12175000 1e+20 mindouble maxdouble 1 13 Reference solution value to take into account when calculating the primal integral
|
|
1066
|
+
xslp_scale enumint 12367000 1 1 13 When to re-scale the SLP problem
|
|
1067
|
+
0 1 No re-scaling.
|
|
1068
|
+
1 1 Re-scale every SLP iteration up to \ref XPRESSxslp_scaleCount "xslp_scaleCount" iterations after the end of barrier optimization.
|
|
1069
|
+
2 1 Re-scale every SLP iteration up to \ref XPRESSxslp_scaleCount "xslp_scaleCount" iterations in total.
|
|
1070
|
+
3 1 Re-scale every SLP iteration until primal simplex is automatically invoked.
|
|
1071
|
+
4 1 Re-scale every SLP iteration.
|
|
1072
|
+
5 1 Re-scale every \ref XPRESSxslp_scaleCount "xslp_scaleCount" SLP iterations.
|
|
1073
|
+
6 1 Re-scale every \ref XPRESSxslp_scaleCount "xslp_scaleCount" SLP iterations after the end of barrier optimization.
|
|
1074
|
+
xslp_scaleCount integer 12368000 0 0 maxint 1 13 Iteration limit used in determining when to re-scale the SLP matrix
|
|
1075
|
+
xslp_solver enumint 12352000 -1 1 13 Selects the library to use for local solves
|
|
1076
|
+
-1 1 Automatic selection, based on model characteristics and solver availability
|
|
1077
|
+
0 1 Use Xpress-SLP (always available)
|
|
1078
|
+
1 1 Use Knitro if available
|
|
1079
|
+
2 1 Use Xpress-Optimizer if possible (convex quadratic problems only)
|
|
1080
|
+
xslp_threads integer 12406000 -1 -1 maxint 1 13 Default number of threads to be used
|
|
1081
|
+
xslp_zero double 12123000 1e-15 0 maxdouble 1 13 Absolute tolerance
|
|
1082
|
+
xslp_primalIntegralAlpha double 12176000 0 0 maxdouble 1 13 Decay term for primal integral computation
|
|
1083
|
+
xslp_linQuadBR enumint 12414000 -1 1 14 Use linear and quadratic constraints and objective function to further reduce bounds on all variables
|
|
1084
|
+
-1 1 Automatic selection
|
|
1085
|
+
0 1 Disable
|
|
1086
|
+
1 1 Enable
|
|
1087
|
+
xslp_postsolve integer 12398000 -1 -1 1 1 14 Determines whether postsolving should be performed automatically
|
|
1088
|
+
-1 Postsolve if the problem could be solved to optimality/infeasibility.
|
|
1089
|
+
0 Do not automatically postsolve.
|
|
1090
|
+
1 Postsolve automatically.
|
|
1091
|
+
xslp_presolve enumint 12344000 -1 1 14 Determines whether presolving should be performed on the nonlinear problem prior to starting the main algorithm
|
|
1092
|
+
-1 1 Disable nonlinear presolve if and only if Optimizer presolve is disabled.
|
|
1093
|
+
0 1 Disable nonlinear presolve.
|
|
1094
|
+
1 1 Activate nonlinear presolve.
|
|
1095
|
+
2 1 Low memory presolve. Original problem is not restored by postsolve and dual solution may not be completely postsolved.
|
|
1096
|
+
xslp_presolveLevel enumint 12402000 4 1 14 Determines the level of changes presolve may carry out on the problem and whether column/row indices may change
|
|
1097
|
+
1 1 Individual rows only presolve, no dropped columns/rows or index changes, no nonlinear transformations (XSLP_PRESOLVELEVEL_LOCALIZED).
|
|
1098
|
+
2 1 All linear presolve that does not drop columns/rows, no index changes, no nonlinear transformations (XSLP_PRESOLVELEVEL_BASIC).
|
|
1099
|
+
3 1 Full linear presolve including dropping columns/rows and index changes, no nonlinear transformations (XSLP_PRESOLVELEVEL_LINEAR).
|
|
1100
|
+
4 1 Full presolve (XSLP_PRESOLVELEVEL_FULL).
|
|
1101
|
+
xslp_presolveOps integer 12393000 2104 minint maxint 1 14 Bitmap indicating the SLP presolve actions to be taken
|
|
1102
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_presolveOps_general "xslp_presolveOps_general".
|
|
1103
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_presolveOps_fixZero "xslp_presolveOps_fixZero".
|
|
1104
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_presolveOps_fixAll "xslp_presolveOps_fixAll".
|
|
1105
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_presolveOps_setBounds "xslp_presolveOps_setBounds".
|
|
1106
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_presolveOps_intBounds "xslp_presolveOps_intBounds".
|
|
1107
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_presolveOps_domain "xslp_presolveOps_domain".
|
|
1108
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_presolveOps_noCoefficients "xslp_presolveOps_noCoefficients".
|
|
1109
|
+
bit 9 = 512 Equivalent to \ref XPRESSxslp_presolveOps_noDeltas "xslp_presolveOps_noDeltas".
|
|
1110
|
+
bit 10 = 1024 Equivalent to \ref XPRESSxslp_presolveOps_noDualSide "xslp_presolveOps_noDualSide".
|
|
1111
|
+
bit 11 = 2048 Equivalent to \ref XPRESSxslp_presolveOps_eliminations "xslp_presolveOps_eliminations".
|
|
1112
|
+
bit 12 = 4096 Equivalent to \ref XPRESSxslp_presolveOps_noLinear "xslp_presolveOps_noLinear".
|
|
1113
|
+
bit 13 = 8192 Equivalent to \ref XPRESSxslp_presolveOps_noSimplifier "xslp_presolveOps_noSimplifier".
|
|
1114
|
+
xslp_presolveOps_domain boolean 12393006 1 1 14 Bound tightening based on function domains
|
|
1115
|
+
xslp_presolveOps_eliminations boolean 12393012 1 1 14 Allow eliminations on determined variables
|
|
1116
|
+
xslp_presolveOps_fixAll boolean 12393003 0 1 14 Explicitly fix all columns identified as fixed
|
|
1117
|
+
xslp_presolveOps_fixZero boolean 12393002 0 1 14 Explicitly fix columns identified as fixed to zero
|
|
1118
|
+
xslp_presolveOps_general boolean 12393001 0 1 14 Generic SLP presolve
|
|
1119
|
+
xslp_presolveOps_intBounds boolean 12393005 1 1 14 MISLP bound tightening
|
|
1120
|
+
xslp_presolveOps_noCoefficients boolean 12393009 0 1 14 Do not presolve coefficients
|
|
1121
|
+
xslp_presolveOps_noDeltas boolean 12393010 0 1 14 Do not remove delta variables
|
|
1122
|
+
xslp_presolveOps_noDualSide boolean 12393011 0 1 14 Avoid reductions that can not be dual postsolved
|
|
1123
|
+
xslp_presolveOps_setBounds boolean 12393004 1 1 14 SLP bound tightening
|
|
1124
|
+
xslp_presolveOps_noLinear boolean 12393013 0 1 14 Avoid performing linear reductions at the nlp level
|
|
1125
|
+
xslp_presolveOps_noSimplifier boolean 12393014 0 1 14 Avoid simplifying nonlinear expressions
|
|
1126
|
+
xslp_presolveZero double 12193000 1e-09 0 maxdouble 1 14 Minimum absolute value for a variable which is identified as nonzero during SLP presolve
|
|
1127
|
+
xslp_probing enumint 12403000 -1 1 14 Determines whether probing on a subset of variables should be performed prior to starting the main algorithm
|
|
1128
|
+
-1 1 Automatic.
|
|
1129
|
+
0 1 Disable SLP probing.
|
|
1130
|
+
1 1 Activate SLP probing only on binary variables.
|
|
1131
|
+
2 1 Activate SLP probing only on binary or unbounded integer variables.
|
|
1132
|
+
3 1 Activate SLP probing only on binary or integer variables.
|
|
1133
|
+
4 1 Activate SLP probing only on binary, integer variables, and unbounded continuous variables.
|
|
1134
|
+
5 1 Activate SLP probing on any variable.
|
|
1135
|
+
xslp_presolve_elimTol double 12206000 0.001 0 maxdouble 1 14 Tolerance for nonlinear eliminations during SLP presolve
|
|
1136
|
+
xslp_boundThreshold double 12214000 1e+10 0 maxdouble 1 14 Maximum size of a bound that can be introduced by nonlinear presolve
|
|
1137
|
+
xslp_augmentation integer 12302000 12 minint maxint 1 15 Bit map describing the SLP augmentation method(s) to be used
|
|
1138
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_augmentation_minimum "xslp_augmentation_minimum".
|
|
1139
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_augmentation_evenHanded "xslp_augmentation_evenHanded".
|
|
1140
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_augmentation_equalityErrorVectors "xslp_augmentation_equalityErrorVectors".
|
|
1141
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_augmentation_allErrorVectors "xslp_augmentation_allErrorVectors".
|
|
1142
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_augmentation_penaltyDeltaVectors "xslp_augmentation_penaltyDeltaVectors".
|
|
1143
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_augmentation_aMeanWeight "xslp_augmentation_aMeanWeight".
|
|
1144
|
+
bit 6 = 64 Equivalent to \ref XPRESSxslp_augmentation_sbFromValues "xslp_augmentation_sbFromValues".
|
|
1145
|
+
bit 7 = 128 Equivalent to \ref XPRESSxslp_augmentation_sbFromAbsValues "xslp_augmentation_sbFromAbsValues".
|
|
1146
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_augmentation_stepBoundRows "xslp_augmentation_stepBoundRows".
|
|
1147
|
+
bit 9 = 512 Equivalent to \ref XPRESSxslp_augmentation_allRowErrorVectors "xslp_augmentation_allRowErrorVectors".
|
|
1148
|
+
bit 10 = 1024 Equivalent to \ref XPRESSxslp_augmentation_noUpdateIfOnlyIV "xslp_augmentation_noUpdateIfOnlyIV".
|
|
1149
|
+
bit 12 = 4096 Equivalent to \ref XPRESSxslp_augmentation_slpSkipIVLPHeuristics "xslp_augmentation_slpSkipIVLPHeuristics".
|
|
1150
|
+
xslp_augmentation_allErrorVectors boolean 12302004 1 1 15 Penalty error vectors on all non-linear inequality constraints
|
|
1151
|
+
xslp_augmentation_allRowErrorVectors boolean 12302010 0 1 15 Penalty error vectors on all constraints
|
|
1152
|
+
xslp_augmentation_aMeanWeight boolean 12302006 0 1 15 Use arithmetic means to estimate penalty weights
|
|
1153
|
+
xslp_augmentation_equalityErrorVectors boolean 12302003 1 1 15 Penalty error vectors on all non-linear equality constraints
|
|
1154
|
+
xslp_augmentation_evenHanded boolean 12302002 0 1 15 Even handed augmentation
|
|
1155
|
+
xslp_augmentation_minimum boolean 12302001 0 1 15 Minimum augmentation
|
|
1156
|
+
xslp_augmentation_noUpdateIfOnlyIV boolean 12302011 0 1 15 Intial values do not imply an SLP variable
|
|
1157
|
+
xslp_augmentation_penaltyDeltaVectors boolean 12302005 0 1 15 Penalty vectors to exceed step bounds
|
|
1158
|
+
xslp_augmentation_sbFromAbsValues boolean 12302008 0 1 15 Estimate step bounds from absolute values of row coefficients
|
|
1159
|
+
xslp_augmentation_sbFromValues boolean 12302007 0 1 15 Estimate step bounds from values of row coefficients
|
|
1160
|
+
xslp_augmentation_stepBoundRows boolean 12302009 0 1 15 Row-based step bounds
|
|
1161
|
+
xslp_augmentation_slpSkipIVLPHeuristics boolean 12302013 0 1 15 Avoid running an LP around fixed initial values trying to get feasible
|
|
1162
|
+
xslp_delta_x double 12152000 1e-06 0 maxdouble 1 15 Minimum absolute value of delta coefficients to be retained
|
|
1163
|
+
xslp_feasTolTarget double 12172000 0 0 maxdouble 1 15 When set, this defines a target feasibility tolerance to which the linearizations are solved to
|
|
1164
|
+
xslp_matrixTol double 12194000 0 0 maxdouble 0 15 Nonzero tolerance for dropping coefficients from the linearization
|
|
1165
|
+
xslp_optimalityTolTarget double 12173000 0 0 maxdouble 1 15 When set, this defines a target optimality tolerance to which the linearizations are solved to
|
|
1166
|
+
xslp_unfinishedLimit integer 12376000 3 0 maxint 1 15 Number of consecutive SLP iterations that may have an unfinished status before the solve is terminated
|
|
1167
|
+
xslp_zeroCriterion integer 12378000 0 minint maxint 1 15 Bitmap determining the behavior of the placeholder deletion procedure
|
|
1168
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_zeroCriterion_nbSLPVar "xslp_zeroCriterion_nbSLPVar".
|
|
1169
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_zeroCriterion_nbDelta "xslp_zeroCriterion_nbDelta".
|
|
1170
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_zeroCriterion_slpVarNBUpdateRow "xslp_zeroCriterion_slpVarNBUpdateRow".
|
|
1171
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_zeroCriterion_deltaNBUpdateRow "xslp_zeroCriterion_deltaNBUpdateRow".
|
|
1172
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_zeroCriterion_deltaNBDRRow "xslp_zeroCriterion_deltaNBDRRow".
|
|
1173
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_zeroCriterion_print "xslp_zeroCriterion_print".
|
|
1174
|
+
xslp_zeroCriterionCount integer 12380000 0 0 maxint 1 15 Number of consecutive times a placeholder entry is zero before being considered for deletion
|
|
1175
|
+
xslp_zeroCriterion_deltaNBDRRow boolean 12378005 0 1 15 Remove placeholders in a basic delta variable if the determining row for the corresponding SLP variable is nonbasic
|
|
1176
|
+
xslp_zeroCriterion_deltaNBUpdateRow boolean 12378004 0 1 15 Remove placeholders in a basic delta variable if its update row is nonbasic and the corresponding SLP variable is nonbasic
|
|
1177
|
+
xslp_zeroCriterion_nbDelta boolean 12378002 0 1 15 Remove placeholders in nonbasic delta variables
|
|
1178
|
+
xslp_zeroCriterion_nbSLPVar boolean 12378001 0 1 15 Remove placeholders in nonbasic SLP variables
|
|
1179
|
+
xslp_zeroCriterion_print boolean 12378006 0 1 15 Print information about zero placeholders
|
|
1180
|
+
xslp_zeroCriterion_slpVarNBUpdateRow boolean 12378003 0 1 15 Remove placeholders in a basic SLP variable if its update row is nonbasic
|
|
1181
|
+
xslp_zeroCriterionStart integer 12379000 0 0 maxint 1 15 SLP iteration at which criteria for deletion of placeholder entries are first activated
|
|
1182
|
+
xslp_barCrossOverStart integer 12408000 0 0 maxint 1 16 Default crossover activation behaviour for barrier start
|
|
1183
|
+
xslp_barLimit integer 12303000 0 0 maxint 1 16 Number of initial SLP iterations using the barrier method
|
|
1184
|
+
xslp_barStallingLimit integer 12409000 3 0 maxint 1 16 Number of iterations to allow numerical failures in barrier before switching to dual
|
|
1185
|
+
xslp_barStallingObjLimit integer 12410000 3 0 maxint 1 16 Number of iterations over which to measure the objective change for barrier iterations with no crossover
|
|
1186
|
+
xslp_barStallingTol double 12212000 0.05 0 maxdouble 1 16 Required change in the objective when progress is measured in barrier iterations without crossover
|
|
1187
|
+
xslp_barStartOps integer 12411000 -1 minint maxint 1 16 Controls behaviour when the barrier is used to solve the linearizations
|
|
1188
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_barStartOps_stallingObjective "xslp_barStartOps_stallingObjective".
|
|
1189
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_barStartOps_stallingNumerical "xslp_barStartOps_stallingNumerical".
|
|
1190
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_barStartOps_allowInteriorSol "xslp_barStartOps_allowInteriorSol".
|
|
1191
|
+
xslp_barStartOps_allowInteriorSol boolean 12411003 1 1 16 If a non-vertex converged solution found by barrier without crossover can be returned as a final solution
|
|
1192
|
+
xslp_barStartOps_stallingNumerical boolean 12411002 1 1 16 Fall back to dual simplex if too many numerical problems are reported by the barrier
|
|
1193
|
+
xslp_barStartOps_stallingObjective boolean 12411001 1 1 16 Check objective progress when no crossover is applied
|
|
1194
|
+
xslp_deltaCost double 12109000 200 0 maxdouble 1 17 Initial penalty cost multiplier for penalty delta vectors
|
|
1195
|
+
xslp_deltaCostFactor double 12139000 1.3 1 maxdouble 1 17 Factor for increasing cost multiplier on total penalty delta vectors
|
|
1196
|
+
xslp_deltaMaxCost double 12110000 1e+20 0 maxdouble 1 17 Maximum penalty cost multiplier for penalty delta vectors
|
|
1197
|
+
xslp_enforceCostShrink double 12203000 1e-05 0 1 1 17 Factor by which to decrease the current penalty multiplier when enforcing rows
|
|
1198
|
+
xslp_enforceMaxCost double 12202000 1e+11 0 maxdouble 1 17 Maximum penalty cost in the objective before enforcing most violating rows
|
|
1199
|
+
xslp_errorCost double 12113000 200 0 maxdouble 1 17 Initial penalty cost multiplier for penalty error vectors
|
|
1200
|
+
xslp_errorCostFactor double 12140000 1.3 1 maxdouble 1 17 Factor for increasing cost multiplier on total penalty error vectors
|
|
1201
|
+
xslp_errorMaxCost double 12114000 1e+20 0 maxdouble 1 17 Maximum penalty cost multiplier for penalty error vectors
|
|
1202
|
+
xslp_errorTol_a double 12116000 1e-05 0 maxdouble 1 17 Absolute tolerance for error vectors
|
|
1203
|
+
xslp_errorTol_p double 12141000 0.0001 0 maxdouble 1 17 Absolute tolerance for printing error vectors
|
|
1204
|
+
xslp_escalation double 12169000 1.25 1 maxdouble 1 17 Factor for increasing cost multiplier on individual penalty error vectors
|
|
1205
|
+
xslp_eTol_a double 12180000 0.0001 mindouble maxdouble 1 17 Absolute tolerance on penalty vectors
|
|
1206
|
+
xslp_eTol_r double 12181000 0.0001 mindouble maxdouble 1 17 Relative tolerance on penalty vectors
|
|
1207
|
+
xslp_evTol_a double 12182000 -1 mindouble maxdouble 1 17 Absolute tolerance on total penalty costs
|
|
1208
|
+
xslp_evTol_r double 12183000 -1 mindouble maxdouble 1 17 Relative tolerance on total penalty costs
|
|
1209
|
+
xslp_granularity double 12157000 4 1 maxdouble 1 17 Base for calculating penalty costs
|
|
1210
|
+
xslp_maxWeight double 12120000 100 0 maxdouble 1 17 Maximum penalty weight for delta or error vectors
|
|
1211
|
+
xslp_minWeight double 12121000 0.01 0 maxdouble 1 17 Minimum penalty weight for delta or error vectors
|
|
1212
|
+
xslp_objToPenaltyCost double 12170000 0 0 maxdouble 1 17 Factor to estimate initial penalty costs from objective function
|
|
1213
|
+
xslp_penaltyInfoStart integer 12384000 3 0 maxint 1 17 Iteration from which to record row penalty information
|
|
1214
|
+
xslp_clampShrink double 12188000 0.3 0 1 1 18 Shrink ratio used to impose strict convergence on variables converged in extended criteria only
|
|
1215
|
+
xslp_clampValidationTol_a double 12186000 1e-06 0 maxdouble 1 18 Absolute validation tolerance for applying \ref XPRESSxslp_clampShrink "xslp_clampShrink"
|
|
1216
|
+
xslp_clampValidationTol_r double 12187000 1e-06 0 maxdouble 1 18 Relative validation tolerance for applying \ref XPRESSxslp_clampShrink "xslp_clampShrink"
|
|
1217
|
+
xslp_defaultStepBound double 12136000 16 0 maxdouble 1 18 Minimum initial value for the step bound of an SLP variable if none is explicitly given
|
|
1218
|
+
xslp_djTol double 12112000 1e-06 0 maxdouble 1 18 Tolerance on DJ value for determining if a variable is at its step bound
|
|
1219
|
+
xslp_expand double 12118000 2 1 maxdouble 1 18 Multiplier to increase a step bound
|
|
1220
|
+
xslp_minSBFactor double 12185000 1 0 maxdouble 1 18 Factor by which step bounds can be decreased beneath \ref XPRESSxslp_aTol_a "xslp_aTol_a"
|
|
1221
|
+
xslp_sameCount integer 12317000 3 0 maxint 1 18 Number of steps reaching the step bound in the same direction before step bounds are increased
|
|
1222
|
+
xslp_sbStart integer 12320000 8 0 maxint 1 18 SLP iteration after which step bounds are first applied
|
|
1223
|
+
xslp_shrink double 12122000 0.5 0 1 1 18 Multiplier to reduce a step bound
|
|
1224
|
+
xslp_shrinkBias double 12171000 0 mindouble maxdouble 1 18 Defines an overwrite / adjustment of step bounds for improving iterations
|
|
1225
|
+
xslp_damp double 12103000 1 0 1 1 19 Damping factor for updating values of variables
|
|
1226
|
+
xslp_dampExpand double 12104000 1 0 1 1 19 Multiplier to increase damping factor during dynamic damping
|
|
1227
|
+
xslp_dampMax double 12137000 1 0 1 1 19 Maximum value for the damping factor of a variable during dynamic damping
|
|
1228
|
+
xslp_dampMin double 12138000 1 0 1 1 19 Minimum value for the damping factor of a variable during dynamic damping
|
|
1229
|
+
xslp_dampShrink double 12105000 1 0 1 1 19 Multiplier to decrease damping factor during dynamic damping
|
|
1230
|
+
xslp_dampStart integer 12308000 0 0 maxint 1 19 SLP iteration at which damping is activated
|
|
1231
|
+
xslp_lsIterLimit integer 12382000 0 0 maxint 1 19 Number of iterations in the line search
|
|
1232
|
+
xslp_lsPatternLimit integer 12381000 0 0 maxint 1 19 Number of iterations in the pattern search preceding the line search
|
|
1233
|
+
xslp_lsStart integer 12383000 8 0 maxint 1 19 Iteration in which to active the line search
|
|
1234
|
+
xslp_lsZeroLimit integer 12389000 5 0 maxint 1 19 Maximum number of zero length line search steps before line search is deactivated
|
|
1235
|
+
xslp_meritLambda double 12197000 0 0 maxdouble 1 19 Factor by which the net objective is taken into account in the merit function
|
|
1236
|
+
xslp_sameDamp integer 12319000 3 0 maxint 1 19 Number of steps in same direction before damping factor is increased
|
|
1237
|
+
xslp_aTol_a double 12125000 -1 mindouble maxdouble 1 20 Absolute delta convergence tolerance
|
|
1238
|
+
xslp_aTol_r double 12126000 -1 mindouble maxdouble 1 20 Relative delta convergence tolerance
|
|
1239
|
+
xslp_convergenceOps integer 12377000 39935 minint maxint 1 20 Bit map describing which convergence tests should be carried out
|
|
1240
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_convergenceOps_cTol "xslp_convergenceOps_cTol".
|
|
1241
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_convergenceOps_aTol "xslp_convergenceOps_aTol".
|
|
1242
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_convergenceOps_mTol "xslp_convergenceOps_mTol".
|
|
1243
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_convergenceOps_iTol "xslp_convergenceOps_iTol".
|
|
1244
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_convergenceOps_sTol "xslp_convergenceOps_sTol".
|
|
1245
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_convergenceOps_user "xslp_convergenceOps_user".
|
|
1246
|
+
bit 6 = 64 Equivalent to \ref XPRESSxslp_convergenceOps_vTol "xslp_convergenceOps_vTol".
|
|
1247
|
+
bit 7 = 128 Equivalent to \ref XPRESSxslp_convergenceOps_xTol "xslp_convergenceOps_xTol".
|
|
1248
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_convergenceOps_oTol "xslp_convergenceOps_oTol".
|
|
1249
|
+
bit 9 = 512 Equivalent to \ref XPRESSxslp_convergenceOps_wTol "xslp_convergenceOps_wTol".
|
|
1250
|
+
bit 10 = 1024 Equivalent to \ref XPRESSxslp_convergenceOps_extendedScaling "xslp_convergenceOps_extendedScaling".
|
|
1251
|
+
bit 11 = 2048 Equivalent to \ref XPRESSxslp_convergenceOps_validation "xslp_convergenceOps_validation".
|
|
1252
|
+
bit 12 = 4096 Equivalent to \ref XPRESSxslp_convergenceOps_validationK "xslp_convergenceOps_validationK".
|
|
1253
|
+
bit 13 = 8192 Equivalent to \ref XPRESSxslp_convergenceOps_noQuadCheck "xslp_convergenceOps_noQuadCheck".
|
|
1254
|
+
bit 15 = 32768 Equivalent to \ref XPRESSxslp_convergenceOps_requireOTolR "xslp_convergenceOps_requireOTolR".
|
|
1255
|
+
xslp_convergenceOps_aTol boolean 12377002 1 1 20 Execute the delta tolerance checks
|
|
1256
|
+
xslp_convergenceOps_cTol boolean 12377001 1 1 20 Execute the closure tolerance checks
|
|
1257
|
+
xslp_convergenceOps_extendedScaling boolean 12377011 0 1 20 Take scaling of individual variables / rows into account
|
|
1258
|
+
xslp_convergenceOps_iTol boolean 12377004 1 1 20 Execute the impact tolerance checks
|
|
1259
|
+
xslp_convergenceOps_mTol boolean 12377003 1 1 20 Execute the matrix tolerance checks
|
|
1260
|
+
xslp_convergenceOps_oTol boolean 12377009 1 1 20 Execute the objective range + active step bound check
|
|
1261
|
+
xslp_convergenceOps_sTol boolean 12377005 1 1 20 Execute the slack impact tolerance checks
|
|
1262
|
+
xslp_convergenceOps_validation boolean 12377012 1 1 20 Execute the validation target convergence checks
|
|
1263
|
+
xslp_convergenceOps_validationK boolean 12377013 1 1 20 Execute the first order optimality target convergence checks
|
|
1264
|
+
xslp_convergenceOps_vTol boolean 12377007 1 1 20 Execute the objective range checks
|
|
1265
|
+
xslp_convergenceOps_wTol boolean 12377010 1 1 20 Execute the convergence continuation check
|
|
1266
|
+
xslp_convergenceOps_xTol boolean 12377008 1 1 20 Execute the objective range + constraint activity check
|
|
1267
|
+
xslp_convergenceOps_user boolean 12377006 1 1 20 Check for user provided convergence
|
|
1268
|
+
xslp_convergenceOps_noQuadCheck boolean 12377014 0 1 20 Allow convex quadratic problems to converge on extended criteria
|
|
1269
|
+
xslp_convergenceOps_requireOTolR boolean 12377016 1 1 20 Do not declare converged if still sufficient improvement in objective
|
|
1270
|
+
xslp_cTol double 12124000 -1 mindouble maxdouble 1 20 Closure convergence tolerance
|
|
1271
|
+
xslp_ecfCheck enumint 12369000 1 1 20 Check feasibility at the point of linearization for extended convergence criteria
|
|
1272
|
+
0 1 No check (extended criteria are always used);
|
|
1273
|
+
1 1 Check until one infeasible constraint is found;
|
|
1274
|
+
2 1 Check all constraints.
|
|
1275
|
+
xslp_ecfTol_a double 12189000 -1 mindouble maxdouble 1 20 Absolute tolerance on testing feasibility at the point of linearization
|
|
1276
|
+
xslp_ecfTol_r double 12190000 -1 mindouble maxdouble 1 20 Relative tolerance on testing feasibility at the point of linearization
|
|
1277
|
+
xslp_infeasLimit integer 12314000 3 0 maxint 1 20 Maximum number of consecutive infeasible SLP iterations which can occur before Xpress-SLP terminates
|
|
1278
|
+
xslp_iterLimit integer 12315000 1000 -1 maxint 1 20 Maximum number of SLP iterations
|
|
1279
|
+
xslp_iTol_a double 12129000 -1 mindouble maxdouble 1 20 Absolute impact convergence tolerance
|
|
1280
|
+
xslp_iTol_r double 12130000 -1 mindouble maxdouble 1 20 Relative impact convergence tolerance
|
|
1281
|
+
xslp_mTol_a double 12127000 -1 mindouble maxdouble 1 20 Absolute effective matrix element convergence tolerance
|
|
1282
|
+
xslp_mTol_r double 12128000 -1 mindouble maxdouble 1 20 Relative effective matrix element convergence tolerance
|
|
1283
|
+
xslp_mvTol double 12133000 -1 mindouble maxdouble 1 20 Marginal value tolerance for determining if a constraint is slack
|
|
1284
|
+
xslp_oCount integer 12333000 5 0 maxint 1 20 Number of SLP iterations over which to measure objective function variation for static objective (2) convergence criterion
|
|
1285
|
+
xslp_oTol_a double 12150000 -1 mindouble maxdouble 1 20 Absolute static objective (2) convergence tolerance
|
|
1286
|
+
xslp_oTol_r double 12151000 -1 mindouble maxdouble 1 20 Relative static objective (2) convergence tolerance
|
|
1287
|
+
xslp_sTol_a double 12131000 -1 mindouble maxdouble 1 20 Absolute slack convergence tolerance
|
|
1288
|
+
xslp_sTol_r double 12132000 -1 mindouble maxdouble 1 20 Relative slack convergence tolerance
|
|
1289
|
+
xslp_stopOutOfRange boolean 12354000 0 1 20 Stop optimization and return error code if internal function argument is out of range
|
|
1290
|
+
xslp_validationTarget_k double 12210000 1e-06 0 maxdouble 1 20 Optimality target tolerance
|
|
1291
|
+
xslp_validationTarget_r double 12209000 1e-06 0 maxdouble 1 20 Feasiblity target tolerance
|
|
1292
|
+
xslp_vCount integer 12356000 0 0 maxint 1 20 Number of SLP iterations over which to measure static objective (3) convergence
|
|
1293
|
+
xslp_vLimit integer 12357000 0 0 maxint 1 20 Number of SLP iterations after which static objective (3) convergence testing starts
|
|
1294
|
+
xslp_vTol_a double 12177000 -1 mindouble maxdouble 1 20 Absolute static objective (3) convergence tolerance
|
|
1295
|
+
xslp_vTol_r double 12178000 -1 mindouble maxdouble 1 20 Relative static objective (3) convergence tolerance
|
|
1296
|
+
xslp_wCount integer 12374000 0 0 maxint 1 20 Number of SLP iterations over which to measure the objective for the extended convergence continuation criterion
|
|
1297
|
+
xslp_wTol_a double 12191000 -1 mindouble maxdouble 1 20 Absolute extended convergence continuation tolerance
|
|
1298
|
+
xslp_wTol_r double 12192000 -1 mindouble maxdouble 1 20 Relative extended convergence continuation tolerance
|
|
1299
|
+
xslp_xCount integer 12321000 5 0 maxint 1 20 Number of SLP iterations over which to measure static objective (1) convergence
|
|
1300
|
+
xslp_xLimit integer 12322000 100 0 maxint 1 20 Number of SLP iterations up to which static objective (1) convergence testing is performed
|
|
1301
|
+
xslp_xTol_a double 12134000 -1 mindouble maxdouble 1 20 Absolute static objective function (1) tolerance
|
|
1302
|
+
xslp_xTol_r double 12135000 -1 mindouble maxdouble 1 20 Relative static objective function (1) tolerance
|
|
1303
|
+
xslp_validationTol_a double 12165000 1e-05 0 maxdouble 1 20 Absolute tolerance for the XSLPvalidate procedure (may be used by Xpress Global internally)
|
|
1304
|
+
xslp_validationTol_r double 12166000 1e-05 0 maxdouble 1 20 Relative tolerance for the XSLPvalidate procedure (may be used by Xpress Global internally)
|
|
1305
|
+
xslp_validationTol_k double 12205000 1e-05 0 maxdouble 1 20 Relative tolerance for the XSLPvalidatekkt procedure (may be used by Xpress Global internally)
|
|
1306
|
+
xslp_validationFactor double 12211000 0.001 0 maxdouble 1 20 Minimum improvement in validation targets to continue iterating
|
|
1307
|
+
xslp_msMaxBoundRange double 12204000 1000 0 maxdouble 1 21 Defines the maximum range inside which initial points are generated by multistart presets
|
|
1308
|
+
xslp_multistart_maxSolves integer 12364000 -1 -1 maxint 1 21 Maximum number of jobs to create during the multistart search
|
|
1309
|
+
xslp_multistart_maxTime integer 12365000 0 0 maxint 1 21 Maximum total time to be spent in the mutlistart search
|
|
1310
|
+
xslp_multistart_poolsize integer 12397000 2 0 maxint 1 21 Maximum number of problem objects allowed to pool up before synchronization in the deterministic multistart
|
|
1311
|
+
xslp_multistart_seed integer 12396000 0 minint maxint 1 21 Random seed used for the automatic generation of initial point when loading multistart presets
|
|
1312
|
+
xslp_multistart_threads integer 12363000 -1 -1 maxint 1 21 Maximum number of threads to be used in multistart
|
|
1313
|
+
xslp_cdTol_a double 12200000 1e-08 0 maxdouble 1 22 Absolute tolerance for deducing constant derivatives
|
|
1314
|
+
xslp_cdTol_r double 12201000 1e-08 0 maxdouble 1 22 Relative tolerance for deducing constant derivatives
|
|
1315
|
+
xslp_delta_a double 12106000 0.001 0 maxdouble 1 22 Absolute perturbation of values for calculating numerical derivatives
|
|
1316
|
+
xslp_delta_r double 12107000 0.001 0 maxdouble 1 22 Relative perturbation of values for calculating numerical derivatives
|
|
1317
|
+
xslp_delta_z double 12108000 1e-05 0 maxdouble 1 22 Tolerance used when calculating derivatives
|
|
1318
|
+
xslp_delta_zero double 12184000 -1 mindouble maxdouble 1 22 Absolute zero acceptance tolerance used when calculating derivatives
|
|
1319
|
+
xslp_deltaZLimit integer 12311000 0 0 maxint 1 22 Number of SLP iterations during which to apply \ref XPRESSxslp_delta_z "xslp_delta_z"
|
|
1320
|
+
xslp_derivatives boolean 12373000 1 1 22 Bitmap describing the method of calculating derivatives
|
|
1321
|
+
bit 0 = 1 Analytic derivatives where possible
|
|
1322
|
+
bit 1 = 2 Avoid embedding numerical derivatives of instantiated functions into analytic derivatives
|
|
1323
|
+
xslp_hessian integer 12361000 -1 -1 3 1 22 Second order differentiation mode when using analytical derivatives
|
|
1324
|
+
1 Numerical derivatives (finite difference)
|
|
1325
|
+
2 Symbolic differentiation
|
|
1326
|
+
3 Automatic differentiation
|
|
1327
|
+
-1,0 Automatic selection
|
|
1328
|
+
xslp_jacobian integer 12360000 -1 -1 3 1 22 First order differentiation mode when using analytical derivatives
|
|
1329
|
+
1 Numerical derivatives (finite difference)
|
|
1330
|
+
2 Symbolic differentiation
|
|
1331
|
+
3 Automatic differentiation
|
|
1332
|
+
-1,0 Automatic selection
|
|
1333
|
+
xslp_delta_infinity double 12174000 1e+15 0 maxdouble 1 22 Maximum value for partial derivatives
|
|
1334
|
+
xslp_analyze integer 12332000 0 minint maxint 1 23 Bit map activating additional options supporting model / solution path analysis
|
|
1335
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_analyze_extendedFinalSummary "xslp_analyze_extendedFinalSummary".
|
|
1336
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_analyze_infeasibleIteration "xslp_analyze_infeasibleIteration".
|
|
1337
|
+
bit 6 = 64 Equivalent to \ref XPRESSxslp_analyze_saveLinearizations "xslp_analyze_saveLinearizations".
|
|
1338
|
+
bit 7 = 128 Equivalent to \ref XPRESSxslp_analyze_saveIterBasis "xslp_analyze_saveIterBasis".
|
|
1339
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_analyze_saveFile "xslp_analyze_saveFile".
|
|
1340
|
+
xslp_analyze_extendedFinalSummary boolean 12332004 0 1 23 Include an extended iteration summary
|
|
1341
|
+
xslp_analyze_infeasibleIteration boolean 12332005 0 1 23 Run infeasibility analysis on infeasible iterations
|
|
1342
|
+
xslp_analyze_saveFile boolean 12332009 0 1 23 Create an Xpress SLP save file at every \ref XPRESSxslp_autosave "xslp_autosave" iterations
|
|
1343
|
+
xslp_analyze_saveIterBasis boolean 12332008 0 1 23 Write the initial basis of the linearizations to disk at every \ref XPRESSxslp_autosave "xslp_autosave" iterations
|
|
1344
|
+
xslp_analyze_saveLinearizations boolean 12332007 0 1 23 Write the linearizations to disk at every \ref XPRESSxslp_autosave "xslp_autosave" iterations
|
|
1345
|
+
xslp_autosave integer 12330000 0 0 maxint 1 23 Frequency with which to save the model
|
|
1346
|
+
xslp_log enumint 12316000 0 1 23 Level of printing during SLP iterations
|
|
1347
|
+
-1 1 None
|
|
1348
|
+
0 1 Minimal
|
|
1349
|
+
1 1 Normal: iteration, penalty vectors
|
|
1350
|
+
2 1 Omit from convergence log any variables which have converged
|
|
1351
|
+
3 1 Omit from convergence log any variables which have already converged (except variables on step bounds)
|
|
1352
|
+
4 1 Include all variables in convergence log
|
|
1353
|
+
5 1 Include user function call communications in the log
|
|
1354
|
+
xslp_slpLog integer 12346000 1 0 maxint 1 23 Frequency with which SLP status is printed
|
|
1355
|
+
xslp_mipAlgorithm integer 12336000 17 minint maxint 1 24 Bitmap describing the MISLP algorithms to be used
|
|
1356
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_mipAlgorithm_initialSLP "xslp_mipAlgorithm_initialSLP".
|
|
1357
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_mipAlgorithm_initialRelaxSLP "xslp_mipAlgorithm_initialRelaxSLP".
|
|
1358
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_mipAlgorithm_initialFixSLP "xslp_mipAlgorithm_initialFixSLP".
|
|
1359
|
+
bit 4 = 16 Equivalent to \ref XPRESSxslp_mipAlgorithm_nodeRelaxSLP "xslp_mipAlgorithm_nodeRelaxSLP".
|
|
1360
|
+
bit 5 = 32 Equivalent to \ref XPRESSxslp_mipAlgorithm_nodeFixSLP "xslp_mipAlgorithm_nodeFixSLP".
|
|
1361
|
+
bit 6 = 64 Equivalent to \ref XPRESSxslp_mipAlgorithm_nodeLimitSLP "xslp_mipAlgorithm_nodeLimitSLP".
|
|
1362
|
+
bit 7 = 128 Equivalent to \ref XPRESSxslp_mipAlgorithm_finalRelaxSLP "xslp_mipAlgorithm_finalRelaxSLP".
|
|
1363
|
+
bit 8 = 256 Equivalent to \ref XPRESSxslp_mipAlgorithm_finalFixSLP "xslp_mipAlgorithm_finalFixSLP".
|
|
1364
|
+
bit 9 = 512 Equivalent to \ref XPRESSxslp_mipAlgorithm_withinSLP "xslp_mipAlgorithm_withinSLP".
|
|
1365
|
+
bit 10 = 1024 Equivalent to \ref XPRESSxslp_mipAlgorithm_slpThenMIP "xslp_mipAlgorithm_slpThenMIP".
|
|
1366
|
+
xslp_mipAlgorithm_finalFixSLP boolean 12336009 0 1 24 Fix step bounds according to \ref XPRESSxslp_mipFixStepBounds "xslp_mipFixStepBounds" after MIP solution is found
|
|
1367
|
+
xslp_mipAlgorithm_finalRelaxSLP boolean 12336008 0 1 24 Relax step bounds according to \ref XPRESSxslp_mipRelaxStepBounds "xslp_mipRelaxStepBounds" after MIP solution is found
|
|
1368
|
+
xslp_mipAlgorithm_initialFixSLP boolean 12336004 0 1 24 Fix step bounds according to \ref XPRESSxslp_mipFixStepBounds "xslp_mipFixStepBounds" after initial node
|
|
1369
|
+
xslp_mipAlgorithm_initialRelaxSLP boolean 12336003 0 1 24 Relax step bounds according to \ref XPRESSxslp_mipRelaxStepBounds "xslp_mipRelaxStepBounds" after initial node
|
|
1370
|
+
xslp_mipAlgorithm_initialSLP boolean 12336001 1 1 24 Solve initial SLP to convergence
|
|
1371
|
+
xslp_mipAlgorithm_nodeFixSLP boolean 12336006 0 1 24 Fix step bounds according to \ref XPRESSxslp_mipFixStepBounds "xslp_mipFixStepBounds" at each node
|
|
1372
|
+
xslp_mipAlgorithm_nodeLimitSLP boolean 12336007 0 1 24 Limit iterations at each node to \ref XPRESSxslp_mipIterLimit "xslp_mipIterLimit"
|
|
1373
|
+
xslp_mipAlgorithm_nodeRelaxSLP boolean 12336005 1 1 24 Relax step bounds according to \ref XPRESSxslp_mipRelaxStepBounds "xslp_mipRelaxStepBounds" at each node
|
|
1374
|
+
xslp_mipAlgorithm_slpThenMIP boolean 12336011 0 1 24 Use MIP on converged SLP solution and then SLP on the resulting MIP solution
|
|
1375
|
+
xslp_mipAlgorithm_withinSLP boolean 12336010 0 1 24 Use MIP at each SLP iteration instead of SLP at each node
|
|
1376
|
+
xslp_mipCutOff_a double 12158000 1e-05 0 maxdouble 1 24 Absolute objective function cutoff for MIP termination
|
|
1377
|
+
xslp_mipCutOffCount integer 12370000 5 0 maxint 1 24 Number of SLP iterations to check when considering a node for cutting off
|
|
1378
|
+
xslp_mipCutOffLimit integer 12340000 10 0 maxint 1 24 Number of SLP iterations to check when considering a node for cutting off
|
|
1379
|
+
xslp_mipCutOff_r double 12159000 1e-05 0 maxdouble 1 24 Absolute objective function cutoff for MIP termination
|
|
1380
|
+
xslp_cutStrategy integer 12310000 0 -1 3 1 24 Determines whihc cuts to apply in the MISLP search when the default SLP-in-MIP strategy is used
|
|
1381
|
+
xslp_mipDefaultAlgorithm integer 12343000 3 1 5 1 24 Default algorithm to be used during the tree search in MISLP
|
|
1382
|
+
xslp_mipErrorTol_a double 12198000 0 0 maxdouble 1 24 Absolute penalty error cost tolerance for MIP cut-off
|
|
1383
|
+
xslp_mipErrorTol_r double 12199000 0 0 maxdouble 1 24 Relative penalty error cost tolerance for MIP cut-off
|
|
1384
|
+
xslp_mipFixStepBounds integer 12338000 0 minint maxint 1 24 Bitmap describing the step-bound fixing strategy during MISLP
|
|
1385
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_mipFixStepBounds_structNotCoef "xslp_mipFixStepBounds_structNotCoef".
|
|
1386
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_mipFixStepBounds_structAll "xslp_mipFixStepBounds_structAll".
|
|
1387
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_mipFixStepBounds_coefOnly "xslp_mipFixStepBounds_coefOnly".
|
|
1388
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_mipFixStepBounds_coef "xslp_mipFixStepBounds_coef".
|
|
1389
|
+
xslp_mipFixStepBounds_coef boolean 12338004 0 1 24 Fix step bounds on SLP variables appearing in coefficients
|
|
1390
|
+
xslp_mipFixStepBounds_coefOnly boolean 12338003 0 1 24 Fix step bounds on SLP variables appearing only in coefficients
|
|
1391
|
+
xslp_mipFixStepBounds_structAll boolean 12338002 0 1 24 Fix step bounds on all structural SLP variables
|
|
1392
|
+
xslp_mipFixStepBounds_structNotCoef boolean 12338001 0 1 24 Fix step bounds on structural SLP variables which are not in coefficients
|
|
1393
|
+
xslp_heurStrategy enumint 12400000 -1 1 24 Branch and Bound: MINLP heuristic strategy
|
|
1394
|
+
-1 1 Automatic selection of heuristic strategy (depending on XPRS_HEUREMPHASIS).
|
|
1395
|
+
0 1 No heuristics.
|
|
1396
|
+
1 1 Basic heuristic strategy.
|
|
1397
|
+
2 1 Enhanced heuristic strategy.
|
|
1398
|
+
3 1 Extensive heuristic strategy.
|
|
1399
|
+
4 1 Run all heuristics without effort limits.
|
|
1400
|
+
xslp_mipIterLimit integer 12339000 0 0 maxint 1 24 Maximum number of SLP iterations at each node
|
|
1401
|
+
xslp_mipLog integer 12347000 0 0 maxint 1 24 Frequency with which MIP status is printed
|
|
1402
|
+
xslp_mipOCount integer 12341000 5 0 maxint 1 24 Number of SLP iterations at each node over which to measure objective function variation
|
|
1403
|
+
xslp_mipOTol_a double 12160000 1e-05 0 maxdouble 1 24 Absolute objective function tolerance for MIP termination
|
|
1404
|
+
xslp_mipOTol_r double 12161000 1e-05 0 maxdouble 1 24 Relative objective function tolerance for MIP termination
|
|
1405
|
+
xslp_mipRelaxStepBounds integer 12337000 15 minint maxint 1 24 Bitmap describing the step-bound relaxation strategy during MISLP
|
|
1406
|
+
bit 0 = 1 Equivalent to \ref XPRESSxslp_mipRelaxStepBounds_structNotCoef "xslp_mipRelaxStepBounds_structNotCoef".
|
|
1407
|
+
bit 1 = 2 Equivalent to \ref XPRESSxslp_mipRelaxStepBounds_structAll "xslp_mipRelaxStepBounds_structAll".
|
|
1408
|
+
bit 2 = 4 Equivalent to \ref XPRESSxslp_mipRelaxStepBounds_coefOnly "xslp_mipRelaxStepBounds_coefOnly".
|
|
1409
|
+
bit 3 = 8 Equivalent to \ref XPRESSxslp_mipRelaxStepBounds_coef "xslp_mipRelaxStepBounds_coef".
|
|
1410
|
+
xslp_mipRelaxStepBounds_coef boolean 12337004 1 1 24 Relax step bounds on SLP variables appearing in coefficients
|
|
1411
|
+
xslp_mipRelaxStepBounds_coefOnly boolean 12337003 1 1 24 Relax step bounds on SLP variables appearing only in coefficients
|
|
1412
|
+
xslp_mipRelaxStepBounds_structAll boolean 12337002 1 1 24 Relax step bounds on all structural SLP variables
|
|
1413
|
+
xslp_mipRelaxStepBounds_structNotCoef boolean 12337001 1 1 24 Relax step bounds on structural SLP variables which are not in coefficients
|
|
1414
|
+
barHGExtrapolate double 7166000 0.15 0 maxdouble 1 26 Extrapolation parameter for the hybrid gradient algorithm
|
|
1415
|
+
barHGOps integer 8483000 24 0 maxint 1 26 Bit-vector control options for the hybrid gradient algorithm
|
|
1416
|
+
bit 0 = 1 Equivalent to \ref XPRESSbarHGOps_asymAvg "barHGOps_asymAvg".
|
|
1417
|
+
bit 1 = 2 Equivalent to \ref XPRESSbarHGOps_startL1 "barHGOps_startL1".
|
|
1418
|
+
bit 2 = 4 Equivalent to \ref XPRESSbarHGOps_startL2 "barHGOps_startL2".
|
|
1419
|
+
bit 3 = 8 Equivalent to \ref XPRESSbarHGOps_startLInf "barHGOps_startLInf".
|
|
1420
|
+
bit 4 = 16 Equivalent to \ref XPRESSbarHGOps_restartL2 "barHGOps_restartL2".
|
|
1421
|
+
bit 5 = 32 Equivalent to \ref XPRESSbarHGOps_omegaContract "barHGOps_omegaContract".
|
|
1422
|
+
bit 6 = 64 Equivalent to \ref XPRESSbarHGOps_omegaInf "barHGOps_omegaInf".
|
|
1423
|
+
barHGOps_asymAvg boolean 8483001 0 1 26 Use an asymmetric average for the primal averaging
|
|
1424
|
+
barHGOps_startL1 boolean 8483002 0 1 26 Use the 1-norm of the coefficient matrix in normalizing the initial solution
|
|
1425
|
+
barHGOps_startL2 boolean 8483003 0 1 26 Use the 2-norm of the coefficient matrix in normalizing the initial solution
|
|
1426
|
+
barHGOps_startLInf boolean 8483004 1 1 26 Use the infinity norm of the coefficient matrix in normalizing the initial solution
|
|
1427
|
+
barHGOps_restartL2 boolean 8483005 1 1 26 Use L2 norm to measure solution quality
|
|
1428
|
+
barHGOps_omegaContract boolean 8483006 0 1 26 Contract omega towards 1 if the infeasibility is small enough
|
|
1429
|
+
barHGOps_omegaInf boolean 8483007 0 1 26 Omega is based on the infeasibility
|
|
1430
|
+
barHGMaxRestarts integer 8484000 1250 0 maxint 1 26 Maximum number of restarts in the hybrid gradient algorithm
|
|
1431
|
+
barHGRelTol double 7177000 0 0 maxdouble 1 26 Relative feasibility tolerance for the hybrid gradient algorithm
|
|
1432
|
+
barHGGPU boolean 8506000 0 1 26 Whether to use a GPU for the hybrid gradient algorithm
|
|
1433
|
+
0 Do not use a GPU.
|
|
1434
|
+
1 Use the GPU.
|
|
1435
|
+
barHGPrecision enumint 8507000 -1 1 26 Whether to use single or double precision floating-point arithmetic in the hybrid gardient algorithm
|
|
1436
|
+
-1 1 Automatically selected based on the value of \ref XPRESSbarHGGPU "barHGGPU"
|
|
1437
|
+
0 1 Use single precision arithmetic on both CPU and GPU platforms.
|
|
1438
|
+
1 1 Use double precision arithmetic on both CPU and GPU platforms.
|
|
1439
|
+
barHGGPUBlockSize integer 8508000 256 0 maxint 1 26 Size of CUDA blocks to use for the GPU calculations
|
|
1440
|
+
knitro_algorithm integer 0 2 0 5 1 25 Which algorithm to use.
|
|
1441
|
+
knitro_bar_directinterval integer 0 -1 -1 maxint 1 25 When using the Interior/Direct algorithm, this parameter controls the maximum number of consecutive CG steps before trying to force the algorithm to take a direct step again. (negative implies****
|
|
1442
|
+
knitro_bar_feasible integer 0 0 0 3 1 25 Whether feasibility is given special emphasis.
|
|
1443
|
+
knitro_bar_feasmodetol double 0 0.0001 0 maxdouble 1 25 Specifies the tolerance for entering the stay feasible mode (only valid when bar_feasible = stay or bar_feasible = get_stay).
|
|
1444
|
+
knitro_bar_initmu double 0 -1 mindouble maxdouble 1 25 Initial value for the barrier parameter (non-positive implies auto).
|
|
1445
|
+
knitro_bar_initpt integer 0 0 0 3 1 25 Strategy for setting initial x, lambda and slacks with barrier algorithms. This option only affects the initial x value when not provided by user.
|
|
1446
|
+
knitro_bar_maxcrossit integer 0 0 0 maxint 1 25 Maximum number of crossover iterations to allow for barrier algorithms.
|
|
1447
|
+
knitro_bar_maxrefactor integer 0 -1 -1 maxint 1 25 Maximum number of refactorizations of the KKT system per iteration of the Interior Direct algorithm before reverting to a CG step. (negative implies auto; only used for alg=1).
|
|
1448
|
+
knitro_bar_murule integer 0 0 0 6 1 25 Which barrier parameter update strategy.
|
|
1449
|
+
knitro_bar_switchrule integer 0 -1 -1 3 1 25 Switching rule strategy for barrier algorithms that controls switching between optimality and feasibility phases.
|
|
1450
|
+
knitro_blasoption integer 0 -1 -1 4 1 25 Which BLAS/LAPACK library to use. Intel MKL library is only available on some platforms; see the User Manual for details.
|
|
1451
|
+
knitro_delta double 0 1 1e-14 maxdouble 1 25 Initial trust region radius scaling factor, used to determine the initial trust region size.
|
|
1452
|
+
knitro_feastol double 0 -1 -1 maxdouble 1 25 Specifies the final relative stopping tolerance for the feasibility error. Smaller values of feastol result in a higher degree of accuracy in the solution with respect to feasibility.
|
|
1453
|
+
knitro_gradopt integer 0 1 1 5 1 25 How to compute/approximate the gradient of the objective and constraint functions.
|
|
1454
|
+
knitro_hessopt integer 0 0 0 6 1 25 How to compute/approximate the Hessian of the Lagrangian.
|
|
1455
|
+
knitro_honorbnds integer 0 -1 -1 2 1 25 Whether to enforce satisfaction of simple bounds at all iterations.
|
|
1456
|
+
knitro_infeastol double 0 1e-08 0 maxdouble 1 25 Specifies relative stopping tolerance used to declare infeasibility.
|
|
1457
|
+
knitro_linsolver integer 0 0 0 9 1 25 Which linear system solver to use.
|
|
1458
|
+
knitro_lmsize integer 0 8 1 100 1 25 Number of limited memory pairs to store when Hessian choice is lbfgs.
|
|
1459
|
+
knitro_maxit integer 0 0 0 maxint 1 25 Maximum number of iterations to allow (if 0 then \ref S_KNITRO "KNITRO" determines the best value). Default values are 10000 for NLP and 3000 for MIP.
|
|
1460
|
+
knitro_mip_branchrule integer 0 0 0 3 1 25 Specifies the MIP branching rule for choosing a variable.
|
|
1461
|
+
knitro_mip_gub_branch integer 0 0 0 1 1 25 Whether to branch on generalized upper bounds (GUBs).
|
|
1462
|
+
knitro_mip_knapsack integer 0 -1 -1 2 1 25 Specifies rules for adding MIP knapsack cuts.
|
|
1463
|
+
knitro_mip_lpalg integer 0 0 0 3 1 25 Specifies which algorithm to use for LP subproblem solves in MIP.
|
|
1464
|
+
knitro_mip_maxnodes integer 0 0 0 maxint 1 25 Maximum number of nodes explored (0 means no limit).
|
|
1465
|
+
knitro_mip_method integer 0 0 0 3 1 25 Which MIP method to use.
|
|
1466
|
+
knitro_mip_outinterval integer 0 0 0 maxint 1 25 Specifies printing interval for mip_outlevel. 1 = print every node 2 = print every 2nd node N = print every Nth node
|
|
1467
|
+
knitro_mip_outlevel integer 0 2 0 3 1 25 How much MIP information to print.
|
|
1468
|
+
knitro_mip_pseudoinit integer 0 0 0 2 1 25 How to initialize pseudo-costs.
|
|
1469
|
+
knitro_mip_rootalg integer 0 0 0 5 1 25 Specifies which algorithm to use for the root node solve in MIP
|
|
1470
|
+
knitro_mip_rounding integer 0 -1 -1 4 1 25 Specifies the MIP rounding rule to apply.
|
|
1471
|
+
knitro_mip_selectrule integer 0 0 0 3 1 25 Specifies the MIP select rule for choosing a node.
|
|
1472
|
+
knitro_mip_strong_candlim integer 0 128 0 maxint 1 25 Maximum number of candidates to explore for MIP strong branching.
|
|
1473
|
+
knitro_mip_strong_level integer 0 10 0 maxint 1 25 Maximum number of levels on which to perform MIP strong branching.
|
|
1474
|
+
knitro_mip_strong_maxit integer 0 1000 0 maxint 1 25 Maximum number of iterations to allow for MIP strong branching solves.
|
|
1475
|
+
knitro_objrange double 0 1e+20 0 maxdouble 1 25 Valid range of objective values.
|
|
1476
|
+
knitro_opttol double 0 -1 -1 maxdouble 1 25 Specifies the final relative stopping tolerance for the KKT (optimality) error. Smaller values of opttol result in a higher degree of accuracy in the solution with respect to optimality.
|
|
1477
|
+
knitro_outlev integer 0 2 0 6 1 25 Specifies the verbosity of output.
|
|
1478
|
+
knitro_presolve integer 0 1 0 1 1 25 Whether to apply any presolve operations to the model.
|
|
1479
|
+
knitro_presolve_tol double 0 1e-06 0 maxdouble 1 25 Specifies the tolerance used to determine whether or not deduced bounds from the presolve operation are infeasible.
|
|
1480
|
+
knitro_scale integer 0 1 0 3 1 25 Whether to perform scaling of the problem.
|
|
1481
|
+
knitro_soc integer 0 1 0 2 1 25 Whether to use the Second Order Correction (SOC) option.
|
|
1482
|
+
knitro_xtol double 0 1e-12 0 maxdouble 1 25 Step size tolerance used for terminating the optimization.
|
|
1483
|
+
*
|
|
1484
|
+
* synonym section
|
|
1485
|
+
*
|
|
1486
|
+
iterlim synonym lpIterLimit
|
|
1487
|
+
*
|
|
1488
|
+
* indicator section
|
|
1489
|
+
*
|
|
1490
|
+
indic indicator
|
|
1491
|
+
*
|
|
1492
|
+
* deprecated section
|
|
1493
|
+
*
|
|
1494
|
+
XPRESS_38_01 deprecated
|
|
1495
|
+
xslp_matrixTol
|
|
1496
|
+
XPRESS_41_01 deprecated
|
|
1497
|
+
maxTime
|
|
1498
|
+
cacheSize
|
|
1499
|
+
l1Cache
|
|
1500
|
+
sleepOnThreadWait
|
|
1501
|
+
XPRESS_50_01 deprecated
|
|
1502
|
+
algorithm
|
|
1503
|
+
objGoodEnough
|
|
1504
|
+
reform
|
|
1505
|
+
secret
|
|
1506
|
+
XPRESS_51_01 deprecated
|
|
1507
|
+
knitroOptFile
|
|
1508
|
+
*
|
|
1509
|
+
* Groups
|
|
1510
|
+
* <group-ident> group <group-number <help-context> <help-text>
|
|
1511
|
+
*
|
|
1512
|
+
general group 1 1 General LP / MIP / QP Options
|
|
1513
|
+
hardware group 2 1 Hardware Related Options
|
|
1514
|
+
presolve group 3 1 Presolve Options
|
|
1515
|
+
scaling group 4 1 Scaling Options
|
|
1516
|
+
LP group 5 1 LP Options
|
|
1517
|
+
QP group 6 1 QP Options
|
|
1518
|
+
barrier group 7 1 Newton-barrier Options
|
|
1519
|
+
global group 8 1 Global Solver Options
|
|
1520
|
+
MIP group 9 1 MIP Options
|
|
1521
|
+
MIP_cuts group 10 1 MIP Cuts Options
|
|
1522
|
+
MIP_heuristic group 11 1 MIP Heuristics Options
|
|
1523
|
+
solnpool group 12 1 MIP Solution Pool Options
|
|
1524
|
+
SLP group 13 1 General NLP / MINLP Options
|
|
1525
|
+
SLP_presolve group 14 1 NLP Presolve Options
|
|
1526
|
+
SLP_augment group 15 1 NLP Augmentation and Linearization Options
|
|
1527
|
+
SLP_barrier group 16 1 NLP Barrier Options
|
|
1528
|
+
SLP_penalty group 17 1 NLP Penalty Options
|
|
1529
|
+
SLP_stepbounds group 18 1 NLP Step Bounds Options
|
|
1530
|
+
SLP_varupdate group 19 1 NLP Variable Update Options
|
|
1531
|
+
SLP_termination group 20 1 NLP Termination Options
|
|
1532
|
+
SLP_multistart group 21 1 NLP Multistart Options
|
|
1533
|
+
SLP_diff group 22 1 NLP Derivative Options
|
|
1534
|
+
SLP_log group 23 1 NLP Log Options
|
|
1535
|
+
MISLP group 24 1 MINLP Options
|
|
1536
|
+
knitro group 25 1 KNITRO Options
|
|
1537
|
+
PDHG group 26 1 Primal Dual Hybrid Gradient Options
|
|
1538
|
+
*** End of file
|