newIndexSet Method (Int32)
  Create a default named new XPRBindexSet index set in the current problem. The maximum size may be altered dynamically at a later time. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- maxsize
- 
   Type: 
   SystemInt32
   
 The integer maximum size of the new XPRBindexSet.
Return Value
Type: XPRBindexSetThe new XPRBindexSet object.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset; ... idxset = prob.newIndexSet(100); 
 See Also
See Also
 
