Initializing help system before first use

getLPStat Method

Get the LP status.

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

Return Value

Type:  Int32
The 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.
Examples
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.
See Also