XPRBgetsostype
PurposeSynopsisint XPRBgetsostype(XPRBsos sos);
Argument
sos Reference to a previously created SOS.Return value
XPRB_S1 XPRB_S2 -1 an error has occurred.ExampleXPRBprob prob; XPRBsos set1; char stype; ... set1 = XPRBnewsos(prob, "sos1", XPRB_S1); stype = XPRBgetsostype(set1);This returns the type of the SOS set1.Further informationThe function returns the type of a SOS.Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.