The IQuadIntExprEnumerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetIntVar1 |
Returns the first instance of IIntVar in
the quadratic term accessed by the most recent call
to the method next.
| |
| GetIntVar2 |
Returns the second instance of IIntVar in
the quadratic term accessed by the most recent call
to the method next.
| |
| GetValue |
Returns the coefficient of the quadratic term
accessed by the most recent call
to the method next.
| |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) | |
| SetValue |
Sets the coefficient of the quadratic term accessed by the
most recent call to the method next to value.
|