Enum FeasibilityPumpStrategy
Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
Assembly: Optimization.Solver.Cplex.dll
Syntax
public enum FeasibilityPumpStrategy
Fields
Name | Description |
---|---|
Automatic | Automatic: Let CPLEX choose. Default. |
Disabled | Do not apply the feasibility pump heuristic. |
EmphasiseFeasibility | Apply the feasibility pump heuristic with an emphasis on finding a feasible solution. |
EmphasizeQuality | Apply the feasibility pump heuristic with an emphasis on finding a feasible solution with a good objective value. |