getLPStat Method
  Get the LP status. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0
Return Value
Type: Int32The LP status information:
- 0 - Problem has not been loaded.
 - 1 - LP optimal.
 - 2 - LP infeasible.
 - 3 - Objective value worse than cutoff.
 - 4 - LP unfinished.
 - 5 - LP unbounded.
 - 6 - LP cutoff in dual.
 - 7 - QP problem is not semi-definite.
 
 xbexpl.cs in the Introductory Examples folder and xbgoalobj.cs in the Advanced Examples folder. folioinit.cs, foliolp.cs and xbexpl3.cs in teh User's Guide Examples folder.
