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