newSos Method (Int32)
  Create a default named XPRBsos Special Ordered Set in the current problem. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- type
- 
   Type: 
   SystemInt32
   
 The type of the new XPRBsos. Possible values are:- BCLconstant.XPRB_S1 - Special Ordered Set of type 1.
- BCLconstant.XPRB_S2 - Special Ordered Set of type 2.
 
Return Value
Type: XPRBsosThe new XPRBsos object.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos; ... sos = prob.newSos(BCLconstant.XPRB_S2); 
 See Also
See Also
 
