Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Solver Time Control

  • 1.  Solver Time Control

    Posted 07/06/16 08:42 AM

    Originally posted by: sandeepsinghchauhan


    I have some equality constraints which take huge time to solve my model like 2-3 hrs.

    I want to know Is there any way to control this time?

    please help


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Solver Time Control

    Posted 07/06/16 10:12 AM

    Hi

    execute  {
     cplex.tilim = 120; // 120 seconds

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer