Initializing help system before first use

XPRSfree

XPRSfree


Purpose
Frees any allocated memory and closes all open files.
Synopsis
int XPRS_CC XPRSfree(void);
Example
The following frees resources allocated to the problem prob and then tidies up before exiting:
XPRSdestroyprob(prob);
XPRSfree();
return 0;
Further information
After a call to XPRSfree no library functions may be used without first calling XPRSinit again.
Related topics