public interface IloLinearIntExprIterator
extends java.util.Iterator
IloLinearIntExpr
expression object.| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the coefficient related to the
IloIntVar
accessed by the last call to the method next(). |
IloIntVar |
nextIntVar()
Returns the
IloIntVar of the
next linear term in the scalar product. |
void |
setIntVar(IloIntVar var)
Sets the
IloIntVar of the last linear
term in the scalar product. |
void |
setValue(int value)
Sets the coefficient related to the
IloIntVar
accessed by the last call to the method next(). |
IloIntVar nextIntVar()
IloIntVar of the
next linear term in the scalar product.void setIntVar(IloIntVar var)
IloIntVar of the last linear
term in the scalar product.int getValue()
IloIntVar
accessed by the last call to the method next().void setValue(int value)
IloIntVar
accessed by the last call to the method next().