public static class IloCplex.IntegerFeasibilityStatus
extends java.lang.Object
IloCplex considers a variable to be integer feasible or not with
respect to the solution of a node relaxation.IloCplex.ControlCallback| Modifier and Type | Field and Description |
|---|---|
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.
|
public static final IloCplex.IntegerFeasibilityStatus Feasible
public static final IloCplex.IntegerFeasibilityStatus Implied
public static final IloCplex.IntegerFeasibilityStatus Infeasible