Initializing help system before first use

getProbStat Method

Get the problem status.

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

Return Value

Type:  Int32
0 on error, otherwise the bit-encoded BCL status information:
  • BCLconstant.XPRB_GEN - Matrix has been generated.
  • BCLconstant.XPRB_DIR - Directives added.
  • BCLconstant.XPRB_MOD - Problem has been modified.
  • BCLconstant.XPRB_SOL - Problem has been solved.
Examples
xbexpl.cs in the Introductory Examples folder and xbexpl3.cs in the User's Guide Examples folder.
See Also