public interface IloQuadIntExprIterator
extends java.util.Iterator
IloQuadIntExpr object.| Modifier and Type | Method and Description |
|---|---|
IloIntVar |
getIntVar1()
Returns the first instance of
IloIntVar in
the quadratic term accessed by the most recent call
to the method next. |
IloIntVar |
getIntVar2()
Returns the second instance of
IloIntVar in
the quadratic term accessed by the most recent call
to the method next. |
int |
getValue()
Returns the coefficient of the quadratic term
accessed by the most recent call
to the method
next. |
void |
setValue(int value)
Sets the coefficient of the quadratic term accessed by the
most recent call to the method
next to value. |
int getValue()
next.void setValue(int value)
next to value.IloIntVar getIntVar1()
IloIntVar in
the quadratic term accessed by the most recent call
to the method next.IloIntVar getIntVar2()
IloIntVar in
the quadratic term accessed by the most recent call
to the method next.