Initializing help system before first use

strip

strip


Purpose
Release the resources allocated by loadprob.
Synopsis
void strip(XPRMcontext ctx, XPRMnlpdata nlpdata, int what);
Arguments
ctx 
Mosel's execution context
nlpd 
Problem information as generated by loadprob
what 
Must be NLSTRIP_ALL
Further information
This function should be called after the problem has been loaded into the solver before running the solving procedure in order to release matrix information that is usually not required to solve a problem.
Related topics