ILOG CPLEX .NET Reference Manual

ILinearNumExpr.AddTerms Method

Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

Overload List

Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

void AddTerms(INumVar[],double[]);

Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

void AddTerms(INumVar[],double[],int,int);

Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

void AddTerms(double[],INumVar[]);

Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

void AddTerms(double[],INumVar[],int,int);

See Also

ILinearNumExpr Interface | ILOG.Concert Namespace