Enum GomoryFractionalCutStrategy
Enum to set the gomory cut strategy.
Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
Assembly: Optimization.Solver.Cplex.dll
Syntax
public enum GomoryFractionalCutStrategy
Fields
Name | Description |
---|---|
Aggressive | Generate Gomory fractional cuts aggressively. |
Automatic | Automatic: Let CPLEX choose. Default. |
Disabled | Do not generate Gomory fractional cuts. |
Moderate | Generate Gomory fractional cuts moderately. |