XPRBgetidxsetname
| XPRBgetidxsetname | 
  Purpose
 
  
  Synopsis
 
 const char *XPRBgetidxsetname(XPRBidxset idx); 
 
  Argument
 
 | 
     idx 
     | 
     A BCL index set.
     | 
  Return value
 
 
 Name of the index set if function executed successfully,
 NULL otherwise.
 
  Example
 
 
 The following defines an index set,
 iset, with space for 100 entries and then retrieves its name.
 
 XPRBprob prob; XPRBidxset iset; const char *name; ... iset = XPRBnewidxset(prob, "Set", 100); name = XPRBgetidxsetname(iset);
  Further information
 
 
 This function returns the name of an index set.
 
 
  Related topics
 
  
