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
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.