Initializing help system before first use

saveBasis Method

Save the current basis. This method saves the basis for the current problem in the optimizer by creating a new object of type XPRBbasis.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBbasis saveBasis()

Return Value

Type:  XPRBbasis
The new XPRBbasis object.
Examples
xbcutstk.cs, xbels.cs, xbfixbv and xbrecurs.cs in the Advanced Examples folder and folioheur.cs in the User's Guide Examples folder.
See Also