Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to model routing sequence

    Posted 04/02/16 10:23 AM

    Originally posted by: laumarte


    For a school assignment we have to use CPLEX to solve a capactitated lot-sizing problem.

    There are 5 different products that have to be produced, and there are 3 machines. One of the conditions is that each product follows a different routing through the machines.

    prod A: M1 -> M2 -> M3

    prod B: M3 -> M1 -> M2

    prod C: M2 -> M1

    prod D: M2 -> M3

    prod E: M3 -> M2 -> M1

    Our question: how can we define/model this routing sequence in CPLEX? Other groups are struggling with the same question.

    Thank you in advance!


    #ConstraintProgramming-General
    #DecisionOptimization


  • 2.  Re: how to model routing sequence

    Posted 04/05/16 09:19 AM

    Originally posted by: ol


    Hello,

    if you still are struggling, you can find in the CPO examples some good inspiration, see for example sched_flowshop.cpp.

    Regards,

    Olivier


    #ConstraintProgramming-General
    #DecisionOptimization