Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Bug: CPLEX with goals and time limit crashes

    Posted Tue May 02, 2017 05:26 PM

    Originally posted by: fix


    Using the following goal in CPLEX 12.7.0 and 12.7.1 under Windows 64 bit crashes the problem at env.end() call

     

    return AndGoal(OrGoal(y[j] - y[k] >= rj, y[k] - y[j] >= rk, x[j] - x[k] >= pj, x[k] - x[j] >= pk), this);

     

    There is no crash when the OrGoal has two alternatives, but three or more cause a crash. I tried reformulating with various OrGoal sequences with no luck.


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Bug: CPLEX with goals and time limit crashes

    Posted Tue May 09, 2017 09:33 AM

    So far I have failed to reproduce this here. Do you have a small example code that triggers this crash?


    #CPLEXOptimizers
    #DecisionOptimization