newIndexSet Method (String)
  Create a new XPRBindexSet index set in the current problem with a maxsize of zero. This size may be altered dynamically at a later time. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
Parameters
- name
- 
   Type: 
   SystemString
   
 The string name of the new XPRBindexSet.
Return Value
Type: XPRBindexSetThe new XPRBindexSet object.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset; ... idxset = prob.newIndexSet("IndexSet1"); 
 See Also
See Also
 
