Overload List

  Name Description
Public method AddTerms(array<Double>[]()[][], array<INumVar>[]()[][])
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
Public method AddTerms(array<INumVar>[]()[][], array<Double>[]()[][])
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
Public method AddTerms(array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
Public method AddTerms(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.

See Also