XPRBprintctr
PurposeSynopsisint XPRBprintctr(XPRBctr ctr);
Argument
ctr Reference to a constraint.Return value0 if function executed successfully, 1 otherwise.ExampleThe following prints out the constraint ctr2.XPRBprob prob; XPRBctr ctr2; XPRBarrvar ty1; ... ty1 = XPRBnewarrvar(prob, 5, XPRB_PL, "arry1", 0, 500); ctr2 = XPRBnewsum(prob, "r2", ty1, XPRB_E, 9); XPRBprintctr(ctr2);Further informationRelated topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.