Initializing help system before first use

MIPSTATUS

Description
Global (MIP) solution status.
Type
Integer
Values
0 
Problem has not been loaded ( XPRS_MIP_NOT_LOADED).
1 
Global search incomplete - the initial continuous relaxation has not been solved and no integer solution has been found ( XPRS_MIP_LP_NOT_OPTIMAL).
2 
Global search incomplete - the initial continuous relaxation has been solved and no integer solution has been found ( XPRS_MIP_LP_OPTIMAL).
3 
Global search incomplete - no integer solution found ( XPRS_MIP_NO_SOL_FOUND).
4 
Global search incomplete - an integer solution has been found ( XPRS_MIP_SOLUTION).
5 
Global search complete - no integer solution found ( XPRS_MIP_INFEAS).
6 
Global search complete - integer solution found ( XPRS_MIP_OPTIMAL).
7 
Global search incomplete - the initial continuous relaxation was found to be unbounded. A solution may have been found ( XPRS_MIP_UNBOUNDED).
Note
The possible return values are defined as constants in the Optimizer C header file and VB .bas file.
Set by routines
See also