XPRBprintsos
XPRBprintsos |
Purpose
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
Related topics