Initializing help system before first use

problem.postsolve

problem.postsolve


Purpose
Postsolve the current problem when it is in a presolved state.
Synopsis
problem.postsolve()
Further information
A problem is left in a presolved state whenever a LP or MIP optimization does not complete. In these cases postsolve can be called to get the problem back into its original state.
Related topics