The Cplex..::..MIPStartEffort type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Auto |
Automatic: let CPLEX decide the level of effort to expend
to solve the MIP start.
| |
| CheckFeas |
CPLEX checks the feasibility of the MIP start.
| |
| NoCheck |
CPLEX accepts the MIP start without any checks.
| |
| Repair |
CPLEX attempts to repair the MIP start, if it is infeasible,
according to the RepairTries parameter.
| |
| SolveFixed |
CPLEX solves the fixed problem specified by the MIP start.
| |
| SolveMIP |
CPLEX solves a subMIP specified by the MIP start.
|