public static class IloCplex.MIPStartEffort
extends java.lang.Object
Use these values in the methods IloCplex.addMIPStart,
getMIPStart, or changeMIPStart.
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.MIPStartEffort |
Auto
Automatic: let CPLEX decide the level of effort to expend to solve the MIP
start.
|
static IloCplex.MIPStartEffort |
CheckFeas
CPLEX checks the feasibility of the MIP start.
|
static IloCplex.MIPStartEffort |
NoCheck
CPLEX accepts the MIP start without any checks.
|
static IloCplex.MIPStartEffort |
Repair
CPLEX attempts to repair the MIP start, if it is infeasible, according to the
RepairTries parameter. |
static IloCplex.MIPStartEffort |
SolveFixed
CPLEX solves the fixed problem specified by the MIP start.
|
static IloCplex.MIPStartEffort |
SolveMIP
CPLEX solves a subMIP specified by the MIP start.
|
public static final IloCplex.MIPStartEffort Auto
public static final IloCplex.MIPStartEffort CheckFeas
public static final IloCplex.MIPStartEffort SolveFixed
public static final IloCplex.MIPStartEffort SolveMIP
public static final IloCplex.MIPStartEffort Repair
RepairTries parameter.public static final IloCplex.MIPStartEffort NoCheck