ILOG CPLEX .NET Reference Manual

ILinearIntExpr.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(IIntVar[],int[]);

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

void AddTerms(IIntVar[],int[],int,int);

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

void AddTerms(int[],IIntVar[]);

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

void AddTerms(int[],IIntVar[],int,int);

See Also

ILinearIntExpr Interface | ILOG.Concert Namespace