Creates an SOS of type 1 with the specified variables and weights.
Creates an SOS of type 1 with the specified variables and weights.
ISOS1 SOS1(INumVar[],double[]);
Creates an SOS of type 1 with the num
specified variables and weights, starting from the index specified by start
.
ISOS1 SOS1(INumVar[],double[],int,int);
Creates an SOS of type 1 with the num
specified variables and weights, starting from the index specified by start
, and assigns the new SOS a name.
ISOS1 SOS1(INumVar[],double[],int,int,string);
Creates an SOS of type 1 with the specified variables and weights and names the new SOS.
ISOS1 SOS1(INumVar[],double[],string);