Returns an enumerator for the variables in the invoking ILinearIntExpr
expression.
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.