ILOG CPLEX .NET Reference Manual

IOr.GetEnumerator Method 

This method returns an enumerator that traverses the constraints in the or-constraint.

IEnumerator GetEnumerator();

Remarks

Any manipulation of the or-constraint will render an enumerator accessed with this method invalid. An enumerator can only be used until the method add, remove, or delete is called on the invoking instance of IOr.

See Also

IOr Interface | ILOG.Concert Namespace