getProbStat Method
  Get the problem status. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0
Return Value
Type: Int320 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.
 
 xbexpl.cs in the Introductory Examples folder and xbexpl3.cs in the User's Guide Examples folder. 
