Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  CPLEX strange behaviour when reslim is used

    Posted 09/18/11 04:10 PM

    Originally posted by: MJB-5011


    WE are experiencing the following problem. When we use reslim=2000 the mip problem runs until 1900 seconds with a 31% gap and then jumps quickly to a 0.8% gap. When we increase reslim to 3000 then it runs at a 31% gap until 2900 seconds and then it fins a similar gap of 0.8%. Finally when reslim is reduced to 1000 it runs until 950 sec at 31% gap and then suddenly gives a 0.8% gap. Similar thing happens when reslim =100 . Why this behavior?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 02:02 AM

    Originally posted by: John Cui


    I never hear reslim from cplex, so could you please tell us:
    1. which programming langange are you using? c/c++/java/...
    2. where do you find reslim from cplex document or other place?

    John Cui
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 06:01 AM

    Originally posted by: Erwin_Kalvelagen


    Reslim means "time limit" in GAMS. I suggest you attach some log files so we can see what is happening.

    Erwin
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 01:31 PM

    Originally posted by: MJB-5011


    Here is the log file with reslim=100
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 01:32 PM

    Originally posted by: MJB-5011


    Here is the file with reslim=1000
    #CPLEXOptimizers
    #DecisionOptimization


  • 6.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 01:33 PM

    Originally posted by: MJB-5011


    Log file with reslim=1000
    #CPLEXOptimizers
    #DecisionOptimization


  • 7.  Re: CPLEX strange behaviour when reslim is used

    Posted 09/19/11 02:37 PM

    Originally posted by: SystemAdmin


    The answer to this is an implementational detail: when you use time limits, the solving process becomes non-deterministic close to the end of the time limit.

    Tobias
    #CPLEXOptimizers
    #DecisionOptimization