public static class IloCplex.IntegerFeasibilityStatus
extends java.lang.Object
This class represents an integer feasibility status reporting whether
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
States that a variable or SOS is considered to be
integer feasible in the current node solution.
|
static IloCplex.IntegerFeasibilityStatus |
Implied
States that a variable has been taken out by presolve, but will
be integer feasible when all the remaining integer variables are
integer feasible.
|
static IloCplex.IntegerFeasibilityStatus |
Infeasible
States that a variable or SOS is considered to be integer
infeasible in the current node solution.
|
| Constructor and Description |
|---|
IloCplex.IntegerFeasibilityStatus() |
public static final IloCplex.IntegerFeasibilityStatus Feasible
public static final IloCplex.IntegerFeasibilityStatus Implied
public static final IloCplex.IntegerFeasibilityStatus Infeasible