Initializing help system before first use

XPRBprintsos

XPRBprintsos


Purpose
Print out a Special Ordered Set.
Synopsis
int XPRBprintsos(XPRBsos sos);
Argument
sos 
Reference to a Special Ordered Set.
Return value
0 if function executed successfully, 1 otherwise.
Example
XPRBprob prob;
XPRBsos set1;
   ...
set1 = XPRBnewsos(prob, "sos1", XPRB_S1);
XPRBprintsos(set1);
This prints out the SOS set1.
Further information
This function prints out a Special Ordered Set. It is not available in the student version.
Related topics