The IQuadIntExprEnumerator type exposes the following members.

Methods

  NameDescription
Public methodGetIntVar1
Returns the first instance of IIntVar in the quadratic term accessed by the most recent call to the method next.
Public methodGetIntVar2
Returns the second instance of IIntVar in the quadratic term accessed by the most recent call to the method next.
Public methodGetValue
Returns the coefficient of the quadratic term accessed by the most recent call to the method next.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Public methodSetValue
Sets the coefficient of the quadratic term accessed by the most recent call to the method next to value.

See Also