Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Time Limit Problem in Cplex 12.5

    Posted 01/28/13 08:56 AM

    Originally posted by: SystemAdmin


    Although I set the time limit to 1800 seconds using "setParam(IloCplex::TiLim ,1800)" in Cplex 12.5, the time spent to solve the root node processing (before B&C) has reached to 86000 seconds in some instances! How can this occur? Is there a way to force Cplex to stop around 1800 seconds (I know that it may exceed 1800 seconds but should not be as much as 86000 seconds).

    I was using the same time limit statement in Cplex 12.2 without any problem.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Time Limit Problem in Cplex 12.5

    Posted 01/28/13 02:03 PM

    Originally posted by: SystemAdmin


    CPLEX should not overshoot the time limit by that much. Can you show us a log file for this problem?
    Or even better, can you provide the model that causes this trouble?
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Time Limit Problem in Cplex 12.5

    Posted 02/05/13 06:28 PM

    Originally posted by: SystemAdmin


    I encounter similar problem using 12.4, when I set the time limit to be 2 seconds, in fact the solver took more than 1 hour for some data.

    Is this an bug?
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Time Limit Problem in Cplex 12.5

    Posted 02/10/13 05:07 AM

    Originally posted by: SystemAdmin


    Yes, I think that this can be considered a bug. Can you provide log file and/or a model to reproduce this issue?
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: Time Limit Problem in Cplex 12.5

    Posted 04/19/13 05:46 AM

    Originally posted by: falvelos


    I have the same problem with cplex 12.4.

    Any idea of a workaround? I tried using my own timer and mipcallback (I am solvign a large MIP) but did not work. 


    #CPLEXOptimizers
    #DecisionOptimization


  • 6.  Re: Time Limit Problem in Cplex 12.5

    Posted 05/06/13 03:42 AM

    Why did using your own timer and the mipcallback fail?

    What API do you use? If nothing else helps you could use a terminate flag or an aborter that is activated by a different thread or an appropriate signal.


    #CPLEXOptimizers
    #DecisionOptimization