Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Memory Issues

    Posted 08/13/08 08:45 PM

    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


  • 2.  Re: Memory Issues

    Posted 08/25/08 04:00 PM

    Originally posted by: SystemAdmin


    [Norbert said:]

    Hi,

    some time ago I observed a similar problem, you will have to set

    pmodel.settings.mainEndEnabled = true;

    in order that model.end() wil have any effect.

    Regards
    Norbert
    #DecisionOptimization
    #OPLusingCPLEXOptimizer