LPSTATUS


Description
LP solution status.
Type
Integer
Values
1 
Optimal (XPRS_LP_OPTIMAL).
2 
Infeasible (XPRS_LP_INFEAS).
3 
Objective worse than cutoff (XPRS_LP_CUTOFF).
4 
Unfinished (XPRS_LP_UNFINISHED).
5 
Unbounded (XPRS_LP_UNBOUNDED).
6 
Cutoff in dual (XPRS_LP_CUTOFF_IN_DUAL).
Notes
The possible return values are defined as constants in the Optimizer C header file and VB .bas file.
Set by routines
See also


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.