ILOG CPLEX .NET Reference Manual

ILinearIntExpr.AddTerm Method

Adds the new term coef * var to a scalar product.

Overload List

Adds the new term coef * var to a scalar product.

void AddTerm(IIntVar,int);

Adds the new term coef * var to a scalar product.

void AddTerm(int,IIntVar);

See Also

ILinearIntExpr Interface | ILOG.Concert Namespace