ILOG CPLEX .NET Reference Manual

IModel.GetEnumerator Method 

This method returns an enumerator that traverses the objects in the model.

IEnumerator GetEnumerator();

Remarks

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

See Also

IModel Interface | ILOG.Concert Namespace