public interface IloQuadNumExprIterator
extends java.util.Iterator
IloQuadNumExpr object.| Modifier and Type | Method and Description |
|---|---|
IloNumVar |
getNumVar1()
Returns the first instance of
IloNumVar
in the quadratic term accessed by the most recent call
to method next. |
IloNumVar |
getNumVar2()
Returns the second instance of
IloNumVar
in the quadratic term accessed by the most recent call
to method next. |
double |
getValue()
Returns the coefficient of the quadratic term accessed by the
most recent call to the method
next. |
void |
setValue(double value)
Sets the coefficient of the quadratic term accessed by the
most recent call to the method
next to
value. |
double getValue()
next.void setValue(double value)
next to
value.IloNumVar getNumVar1()
IloNumVar
in the quadratic term accessed by the most recent call
to method next.IloNumVar getNumVar2()
IloNumVar
in the quadratic term accessed by the most recent call
to method next.