Enum CutStrategy
The cut strategy. Used to specify the cut intensity during tree search.
WARNING: Make sure to not accidentally select the default-value of this enum, which is NoCuts/0, instead of the defined default value of FICO, which is Automatic/-1.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress843.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress843.dll
Syntax
public enum CutStrategy
Fields
Name | Description |
---|---|
Aggressive | Aggressive cut strategy. |
Automatic | Automatic selection of the cut strategy. |
Conservative | Conservative cut strategy. |
Moderate | Moderate cut strategy. |
NoCuts | No cuts. |