ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetSOSFeasibility Method (ISOS1)

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

protected virtual IntegerFeasibilityStatus GetSOSFeasibility(
   ISOS1 sos
);

Parameters

sos
The SOS1 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