getIndexSetByName Method
  Retrieve an XPRBindexSet by name. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
Parameters
- name
- 
   Type: 
   SystemString
   
 The index set name.
Return Value
Type: XPRBindexSetThe XPRBindexSet corresponding to the given name, if found.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset; prob.newIndexSet("IndexSet1"); prob.newIndexSet("IndexSet2"); ... idxset = prob.getIndexSetByName("IndexSet1"); 
 See Also
See Also
 
