Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Flow control release of objects

    Posted 08/01/08 10:41 PM

    Originally posted by: SystemAdmin


    [UDOPS said:]

    What is the difference between end() and clearmodel() ?

    If I "end" a model, and dump its memory, what is left?
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Flow control release of objects

    Posted 08/04/08 11:37 AM

    Originally posted by: SystemAdmin


    [fwagner@Ilog.fr said:]

    opl.end() removes all decision variables, constraints and (since OPL 5.5) all data.
    cplex.clearModel() just empties the cplex engine, ignoring all OPL created objects.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer