newSos Method
Create a default XPRBsos Special Ordered Set (of type 1) in the current problem.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos; ... sos = prob.newSos();
