ILOG CPLEX .NET Reference Manual

ILinearNumExpr.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(INumVar,double);

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

void AddTerm(double,INumVar);

See Also

ILinearNumExpr Interface | ILOG.Concert Namespace