Initializing help system before first use

newIndexSet Method

Overload List
  Name Description
Public methodCode example newIndexSet(Int32)
Create a default named new XPRBindexSet index set in the current problem. The maximum size may be altered dynamically at a later time.
Public methodCode example newIndexSet(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.
Public methodCode example newIndexSet(String, Int32)
Create a new XPRBindexSet index set in the current problem. This maxsize may be altered dynamically at a later time.
Top
See Also