The Cplex..::..MIPStartEffort type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuto
Automatic: let CPLEX decide the level of effort to expend to solve the MIP start.
Public fieldStatic memberCheckFeas
CPLEX checks the feasibility of the MIP start.
Public fieldStatic memberNoCheck
CPLEX accepts the MIP start without any checks.
Public fieldStatic memberRepair
CPLEX attempts to repair the MIP start, if it is infeasible, according to the RepairTries parameter.
Public fieldStatic memberSolveFixed
CPLEX solves the fixed problem specified by the MIP start.
Public fieldStatic memberSolveMIP
CPLEX solves a subMIP specified by the MIP start.

See Also