getIndexSetByName Method
Retrieve an XPRBindexSet by name.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- name
-
Type:
SystemString
The index set name.
Return Value
Type: XPRBindexSetThe XPRBindexSet corresponding to the given name, if found.

XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset; prob.newIndexSet("IndexSet1"); prob.newIndexSet("IndexSet2"); ... idxset = prob.getIndexSetByName("IndexSet1");
