Originally posted by: SystemAdmin
[JSArnold said:]
Hi, I'm using OPL 5.5. I have a script that creates a model, does some modifications, and uses endAll() to try and free up the memory. The problem is that after the third model generation or so, it slows down drastically, and it eventually runs out of memory! Even on oplrun, it doesn't work.
Is Model.endAll() (model being the model I have) sufficient, or do I need to do something to free up some other memory that's being stored and hidden? This model needs to run around 100 times, but I can only make it eight times.
#DecisionOptimization#OPLusingCPLEXOptimizer