سؤال

I have an optimization project coded in Java using CPLEX. When the size of the input data grows, I am getting out of memory errors etc. What can I do to make CPLEX use disk and reduce the memory usage of CPLEX?

هل كانت مفيدة؟

المحلول

Play with the WorkMem (CPX_PARAM_WORKMEM), NodeFileInd (CPX_PARAM_NODEFILEIND), TreLim (CPX_PARAM_TRELIM), and WorkDir (CPX_PARAM_WORKDIR) parameters.

These have a major impact on memory management.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top