Purpose
Synopsis
int XPRBprintidxset(XPRBidxset idx);
Argument
idx
|
Reference to an index set.
|
Return value
0 if function executed successfully, 1 otherwise.
Example
XPRBprob prob;
XPRBidxset iset;
...
iset = XPRBnewidxset(prob, "Set", 100);
XPRBprintidxset(iset);
The above prints out the index set iset.
Further information
This function prints out an index 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.