Overload List

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

See Also