Enum CutSelects
A flags enum providing detailed control of the cuts created for the root node of a global solve. Use TREECUTSELECT to control cuts during the tree search.
Refers to: http://www.maths.ed.ac.uk/hall/Xpress/FICO_Docs/optimizer/HTML/CUTSELECT.html
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress79.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress79.dll
Syntax
[Flags]
public enum CutSelects
Fields
| Name | Description |
|---|---|
| All | Enable all options. FICO XPRESS default. |
| AutomaticLiftAndProjectcuttingstrategy | Turn on automatic Lift-and-Project cutting strategy. |
| CliqueCuts | Clique cuts |
| DisableCuttingFromCutRows | Disable cutting from cut rows. |
| FlowpathCuts | Flow path cuts. |
| ImplicationCuts | Implication cuts. |
| IndicatorConstraintCuts | Indicator constraint cuts. |
| LiftedcoverCuts | Lifted cover cuts. |
| LiftedGUBcoverCuts | Lifted GUB cover cuts. |
| MixedIntegerRoundingCuts | Mixed Integer Rounding (MIR) cuts. |
| None | No cuts. |
| ZeroHalfCuts | Zero-half cuts. |