Enum Reformulations
Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
Assembly: Optimization.Solver.Cplex.dll
Syntax
public enum Reformulations
Fields
| Name | Description |
|---|---|
| All | Allow all reformulations; |
| AllowInterferenceWithCrushingForms | Allow reformulations that interfere with crushing forms. |
| AllowInterferenceWithUncrushingForms | Allow reformulations that interfere with uncrushing forms. |
| None | no reformulations. |