Initializing help system before first use

BCL

 
Classes
  Class Description
Public class BCLconstant
Public class BCLExceptions
Methods for BCL Exceptions.
Public class Scanner
Class for reading file data in to objects in a similar manner to scanf().
Public class UnsupportedRelationTypeException
Unsupported constraint type exception
Public class XPRB
Methods for initialisation and handling of XPRB objects.
Public class XPRBbasis
Methods for initialisation and handling of XPRBbasis objects.
Public class XPRBctr
Methods for initialisation and handling of XPRB constraint objects.
Public class XPRBcut
Methods for initialisation and handling of XPRBcut objects.
Public class XPRBexception
Generic BCL exception
Public class XPRBexpr
Methods for initialisation and handling of XPRBexpr objects.
Public classCode example XPRBexprContext
An XPRBexprContext allows you to easily dispose of intermediate expression objects created while constructing your model. Once an XPRBexprContext has been created, every expression created by that thread will be linked to the context and will be disposed when the XPRBexprContext is disposed.
Public class XPRBindexSet
Methods for initialisation and handling of XPRBindexSet objects.
Public class XPRBlinExp Obsolete.
Methods for initialisation and handling of XPRBlinExp objects. Now deprecated. Please use XPRBexpr instead.
Public class XPRBlinRel Obsolete.
Methods for initialisation and handling of XPRBrelation objects. Now deprecated. Please use XPRBrelation instead.
Public class XPRBprob
Methods for initialisation and handling of XPRBprob objects.
Public class XPRBqterm
Simple class that holds the data representing a quadaratic term
Public class XPRBquadExp Obsolete.
Methods for initialisation and handling of XPRBquadExp objects. Now deprecated. Please use XPRBexpr instead.
Public class XPRBrelation
Methods for initialisation and handling of XPRBrelation objects.
Public class XPRBsol
This class represents a Solution Definition in BCL.
Public class XPRBsos
Methods for initialisation and handling of XPRBsos objects.
Public class XPRBterm
Methods for initialisation and handling of XPRBterm objects.
Public class XPRBvar
Methods for initialisation and handling of XPRBvar objects.
Public class XPRBVersion
Version number in its encoded form.
Structures
  Structure Description
Public structure BCLconstantXPRBalltypes
Public structure BCLconstantXPRBprobStruct Obsolete.
Delegates
  Delegate Description
Public delegateCode example XPRBDelVarCallback
The XPRBDelVarCallback delegate.
Public delegateCode example XPRBErrorCallback
The XPRBErrorCallback delegate.
Public delegateCode example XPRBMessageCallback
The XPRBMessageCallback delegate.