Initializing help system before first use

CUTSELECT

Description
A bit vector providing detailed control of the cuts created for the root node of a global solve. Use TREECUTSELECT to control cuts during the tree search.
Type
Integer
Values
Bit
Meaning
5 
Clique cuts.
6 
Mixed Integer Rounding (MIR) cuts.
7 
Lifted cover cuts.
8 
Turn on row aggregation for MIR cuts.
11 
Flow path cuts.
12 
Implication cuts.
13 
Turn on automatic Lift-and-Project cutting strategy.
14 
Disable cutting from cut rows.
15 
Lifted GUB cover cuts.
16 
Zero-half cuts.
17 
Indicator constraint cuts.
Default value
-1
Note
The default value is -1 which enables all bits. Any bits not listed in the above table should be left in their default 'on' state, since the interpretation of such bits might change in future versions of the optimizer.
Affects routines
See also