Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  OPL script: On error continue

    Posted 12/13/13 06:37 AM

    Originally posted by: ostaz


    Hello everyone,

    I run mamny data files on the same model by OPL scripting.

    Some data files went on out of memory status causing stop of scripting.

    Is there any mean that forces OPL to continue next data file, when the current data file causes out of memory status?

    Thanks in advance


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: OPL script: On error continue

    Posted 12/13/13 12:27 PM

    Hi,

    have you tried to call OPL from java or C++ or .NET and use a try / catch ?

     

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: OPL script: On error continue

    Posted 12/13/13 12:47 PM

    Originally posted by: ostaz


    Hi Alex,

    No I just made an OPL script to run different data sets on the same model file.

    I will try the solution you proposed.

    Thanks a lot


    #DecisionOptimization
    #OPLusingCPLEXOptimizer