ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetSOSFeasibility Method

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

Overload List

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

protected IntegerFeasibilityStatus GetSOSFeasibility(ISOS1);

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);

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace