XPRBgetmipstat
PurposeSynopsisint XPRBgetmipstat(XPRBprob prob);
Argument
prob Reference to a problem.Return value
XPRB_MIP_NOT_LOADED XPRB_MIP_LP_NOT_OPTIMAL XPRB_MIP_LP_OPTIMAL XPRB_MIP_NO_SOL_FOUND XPRB_MIP_SOLUTION XPRB_MIP_INFEAS XPRB_MIP_OPTIMAL ExampleThe following returns the current MIP status.XPRBprob expl2; int status; expl2 = XPRBnewprob("example2"); ... XPRBsolve(expl2, "g"); status = XPRBgetmipstat(expl2);Further informationThis function returns the global (MIP) status information from the Xpress-Optimizer.Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.