ILOG CPLEX .NET Reference Manual

Cplex.Goal.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 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.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetSOSFeasibility Overload List