ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.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 virtual 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 virtual IntegerFeasibilityStatus GetSOSFeasibility(ISOS2);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace