Initializing help system before first use

XPRBprintidxset

XPRBprintidxset


Purpose
Print out an index set.
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