Adds the new terms sum_i(coef[i] * var[i])
to a scalar product.
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);