|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator for the linear terms of an IloLinearIntExpr
expression object.
Method Summary | |
int |
getValue()
Returns the coefficient related to the IloIntVar accessed by the last
call to the method next() . |
ilog.concert.IloIntVar |
nextIntVar()
Returns the IloIntVar of the next linear term in the scalar product. |
void |
setIntVar(ilog.concert.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() . |
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Method Detail |
public ilog.concert.IloIntVar nextIntVar()
IloIntVar
of the next linear term in the scalar product.
public void setIntVar(ilog.concert.IloIntVar var)
IloIntVar
of the last linear term in the scalar product.
public int getValue()
IloIntVar
accessed by the last
call to the method next()
.
public void setValue(int value)
IloIntVar
accessed by the last
call to the method next()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |