Overload List
| Name | Description | |
|---|---|---|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][]) |
Creates an SOS of type 1 with the specified variables and weights
and adds it to the invoking model.
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], String) |
Creates an SOS of type 1 with the specified variables, weights,
and name, and adds the SOS to the invoking model.
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32) |
Creates an SOS of type 1 with num of
the specified variables and weights,
starting from the index specified by start,
and adds the SOS to the invoking IModel model.
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String) |
Creates an SOS of type 1 with the num
specified variables, weights, and names, starting from the index
specified by start, and adds the SOS to the invoking mode.
|