Initializing help system before first use

print Method

Returns whether the current XPRBsos has a valid reference.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int print()

Return Value

Type:  Int32
Prints the current XPRBsos. Returns 1 on error, 0 otherwise.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... if(sos.print() == 1) System.Console.Writeln("SOS print failed.");
See Also