|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.IntegerFeasibilityStatus
Objects of this class are used to indicate integer feasibility.
This class determines an integer feasibility status indicating whether
IloCplex
considers a variable to be integer feasible or not
with respect to the solution of a node relaxation.
IloCplex.ControlCallback
Field Summary | |
static IloCplex.IntegerFeasibilityStatus |
Feasible
Indicates that a variable or SOS is considered to be integer feasible in the current node solution. |
static IloCplex.IntegerFeasibilityStatus |
Implied
Indicates that a variable has been presolved out, but would be integer feasible when all the remaining integer variables are integer feasible. |
static IloCplex.IntegerFeasibilityStatus |
Infeasible
Indicates that a variable or SOS is considered to be integer infeasible in the current node solution. |
Constructor Summary | |
IloCplex.IntegerFeasibilityStatus()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final IloCplex.IntegerFeasibilityStatus Feasible
public static final IloCplex.IntegerFeasibilityStatus Implied
public static final IloCplex.IntegerFeasibilityStatus Infeasible
Constructor Detail |
public IloCplex.IntegerFeasibilityStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |