Initializing help system before first use

newSos Method

Create a default XPRBsos Special Ordered Set (of type 1) in the current problem.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBsos newSos()

Return Value

Type:  XPRBsos
The new XPRBsos object.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos; ... sos = prob.newSos();
See Also