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