XSLPfree
PurposeFree any memory allocated by Xpress-SLP and close any open Xpress-SLP filesSynopsisint XPRS_CC XSLPfree(void);ExampleThe following code frees the Xpress-SLP memory and then frees the optimizer memory:XSLPfree(); XPRSfree();Further informationA call to XSLPfree only frees the items specific to Xpress-SLP. XPRSfree must be called after XSLPfree to free the optimizer structures.Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.