XSLPfree


Purpose
Free any memory allocated by Xpress-SLP and close any open Xpress-SLP files
Synopsis
int XPRS_CC XSLPfree(void);
Example
The following code frees the Xpress-SLP memory and then frees the optimizer memory:
XSLPfree();
XPRSfree();
Further information
A call to XSLPfree only frees the items specific to Xpress-SLP. XPRSfree must be called after XSLPfree to free the optimizer structures.
Related topics
XSLPinit


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