resetsolv
resetsolv |
Purpose
Synopsis
void resetsolv(XPRMcontext ctx);
Argument
ctx
|
Mosel's execution context
|
Further information
This function releases all resources allocated for solving the problem (
e.g. column/row mapping to Mosel variables/constraints; names, solution values...). If a MIP solver is defined, the 'delmatrix' function it defines is called.
Related topics