getMIPStat Method
Get the MIP (global) status.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Return Value
Type: Int32The global (MIP) status information:
- 0 - Problem has not been loaded.
- 1 - LP has not been optimized.
- 2 - LP has been optimized.
- 3 - Global search incomplete, no integer solution found.
- 4 - Global search incomplete, an integer solution has been found.
- 5 - Global search complete, no integer solution found.
- 6 - Global search complete, an integer solution has been found.

xbcontr1.cs and xbexpl.cs in the Introductory Examples folder. xbelsc.cs and xbfixbv.cs in the Advanced Examples folder. folioheur.cs, foliomip1.cs, xbcutex.cs, xbexpl1.cs, xbexpl1i.cs and xbexpl3.cs in the User's Guide Examples folder.
