ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetSOSFeasibility Method (ISOS2)

States whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.

protected virtual IntegerFeasibilityStatus GetSOSFeasibility(
   ISOS2 sos
);

Parameters

sos
The SOS2 for which the integer feasibility status is queried.

Return Value

The integer feasibility status for sos.

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace | Cplex.ControlCallback.GetSOSFeasibility Overload List