SLPprintmemory
PurposePrint memory usage for Xpress-SLP and the mmxslp module.Synopsisprocedure SLPprintmemory
ExampleThe following example loads a nonlinear problem and then reports on the memory usage.SLPloadprob(OBJ) setparam("xslp_verbose",true) SLPprintmemoryFurther informationBecause 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.