Overload List

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

See Also