Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Why does my Program run infinitely?

    Posted 11/09/12 07:40 AM

    Originally posted by: SystemAdmin


    Hello!

    I am very new at ILOG CPLEX and OPL, I am doing a project that needs to get the optimized solution plus number of solutions.

    It generates the number of solutions but runs forever and therefore will not generate the optimal solution. what could be causing this (running infinitely)?

    Thank you.
    #ConstraintProgramming-General
    #DecisionOptimization


  • 2.  Re: Why does my Program run infinitely?

    Posted 11/09/12 11:51 AM

    Originally posted by: GGR


    Hi

    Proving optimality can take a very long time using CP for the whole search tree must be traversed. have you try to put a limit in your model. You can do it by adding a parameter files to your run configuration and set a limit in the CP solver tab.

    Hope that helps
    #ConstraintProgramming-General
    #DecisionOptimization


  • 3.  Re: Why does my Program run infinitely?

    Posted 11/09/12 06:15 PM

    Originally posted by: SystemAdmin


    I put a cp time limit, the problem is with the time limit, it does not generate the optimal solution.
    #ConstraintProgramming-General
    #DecisionOptimization