Adds the new term coef * var to a scalar product.
coef * var
void AddTerm(INumVar,double);
void AddTerm(double,INumVar);
ILinearNumExpr Interface | ILOG.Concert Namespace