Overview | Group | Tree | Graph | Index | Concepts |
The enumeration IloCplex::GoalI::IntegerFeasibility
is an enumeration limited in scope to the class IloCplex::GoalI
. This enumeration is used by
IloCplex::GoalI::getFeasibility
to access the integer
feasibility of a variable or SOS in the current node solution:
Feasible
indicates the variable or SOS is integer
feasible.ImpliedFeasible
indicates the variable or SOS has
been presolved out. It will be feasible when all other integer variables
or SOS are integer feasible.Infeasible
indicates the variable or SOS is
integer infeasible.See Also:
IloCplex, GoalI::IntegerFeasibilityArray, ControlCallbackI::IntegerFeasibility
Fields |
---|
ImpliedInfeasible | |
Feasible |
= CPX_INTEGER_FEASIBLE
|
Infeasible |
= CPX_INTEGER_INFEASIBLE
|
ImpliedFeasible |
= CPX_IMPLIED_INTEGER_FEASIBLE
|