XPRSpostsolve (POSTSOLVE)
XPRSpostsolve |
POSTSOLVE |
Purpose
Postsolve the current matrix when it is in a presolved state.
Synopsis
int XPRS_CC XPRSpostsolve(XPRSprob prob);
POSTSOLVE
Argument
prob
|
The current problem.
|
Further information
A problem is left in a presolved state whenever a LP or MIP optimization does not complete. In these cases
XPRSpostsolve (
POSTSOLVE) can be called to get the problem back into its original state.
Related topics