Returns an enumerator for the variables in the invoking ILinearIntExpr expression.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
ILinearIntExprEnumerator GetLinearEnumerator()

Remarks

An enumerator allows the caller to enumerate all the terms of an ILinearIntExpr and to perform simple operations such as querying or modifying a term. An enumerator also allows the caller to remove elements from the underlying ILinearIntExpr during the iteration with well-defined semantics.

See Also