公共接口IloLinearIntExprIterator
扩展java.util.Iterator
IloLinearIntExpr表达式对象线性项的迭代器。| 修饰符和类型 | 方法和说明 |
|---|---|
int |
getValue()Returns the coefficient related to the
IloIntVar accessed by the last call to the method next(). |
IloIntVar |
nextIntVar()返回标量乘中下一个线性项的 "
IloIntVar。 |
void |
setIntVar(IloIntVar var)设置标量乘中最后一个线性项的 "
IloIntVar。 |
void |
setValue(int value)Sets the coefficient related to the
IloIntVar accessed by the last call to the method next(). |
IloIntVar nextIntVar()
IloIntVar。void setIntVar(IloIntVarvar)
IloIntVar。intgetValue()
IloIntVar accessed by the last call to the method next().voidsetValue(intvalue)
IloIntVar accessed by the last call to the method next().