Initializing help system before first use

resetsolv

resetsolv


Purpose
Release the memory used for solving a problem.
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