SLPprintmemory


Purpose
Print memory usage for Xpress-SLP and the mmxslp module.
Synopsis
procedure SLPprintmemory
Example
The following example loads a nonlinear problem and then reports on the memory usage.
SLPloadprob(OBJ)
setparam("xslp_verbose",true)
SLPprintmemory
Further information

Because the oputput from the procedure is information, it will be suppressed if xslp_verbose is FALSE.

The output shows the current memory usage and the values of the memory parameters (XSLP_MEM... and XPRM_MEM... . Memory can be used more efficiently by presetting some of these values when the problem sizes are known in advance.




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