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