Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Runtime

    Posted 03/04/12 10:07 PM

    Originally posted by: Rommelds


    Hello,

    I'm with a runtime problem.

    I would like to stop the execution of the model if runtime > 1 hour, for example.

    Is there any function which works with it?

    Thanks.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Runtime

    Posted 03/05/12 02:48 AM
    Hi

    could

    execute
    {
     cplex.tilim=3600;
    }
    


    which tells CPLEX to stop after one hour, help you?

    Regards

    Alex
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Runtime

    Posted 03/05/12 07:10 AM

    Originally posted by: Rommelds


    Thank you very much Alex! :-)

    Rommel.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer