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