Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  enumerating solutions with cplex

    Posted 12/09/17 10:05 AM

    Originally posted by: user1234567


    Hello, i have a question please: For a scheduling problem, does cplex enumerate all the possible solutions (all the possible assignments for each operation) when using a milp model, and can this be seen in the results later after running the code ?

    Thank you


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: enumerating solutions with cplex



  • 3.  Re: enumerating solutions with cplex

    Posted 12/09/17 11:11 AM

    Enumerating all solutions would guarantee exponential running time. So the whole point of a MIP solver usually is to avoid doing that.

    CPLEX can be configured to enumerate all solutions, see the solution pool topic in the user manual.


    #CPLEXOptimizers
    #DecisionOptimization