Skip to main content
FRAMES NO FRAMES

Enumeration IntegerFeasibility

Definition file: ilcplex/ilocplexi.h

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:

See Also:

Fields

ImpliedInfeasible = -1 
Feasible = CPX_INTEGER_FEASIBLE 
Infeasible = CPX_INTEGER_INFEASIBLE 
ImpliedFeasible = CPX_IMPLIED_INTEGER_FEASIBLE