Initializing help system before first use

getXPRSprob Method

Returns an XPRSprob problem object for a problem defined in BCL and subsequently loaded into the Xpress-Optimizer.

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

Return Value

Type:  XPRSprob
A new XPRSprob Xpress-Optimizer object.
Examples
xbexpl.cs and xbportf.cs in the Introductory Examples folder. xbcutstk.cs, xbels.cs, xbelsc.cs, xbfixbv.cs and xbrecurs.cs in the Advanced Examples folder. folioheur.cs, xbcontr1.cs, xbcontr2.cs and xbcutex.cs in the User's Guide Examples folder.
See Also