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(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);