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
XPRSdestroyprob, XPRSinit.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.