Overload List
| Name | Description | |
|---|---|---|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][]) |
Creates an SOS of type 2 with the specified variables and weights.
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], String) |
Creates an SOS of type 2 with the specified variables and weights, and
assigns the new SOS its name.
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates an SOS of type 2 with the num
specified variables and weights, starting from the index specified
by start.
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String) |
Creates an SOS of type 2 with the num
specified variables and weights, starting from the index specified by
start, and assigns
the new SOS its name.
|