Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Priority based capacity allocation using CP

    Posted 09/25/13 01:41 AM

    Originally posted by: SatishKumarA


    Hi All,

    I am working on a production planning problem where capacity allocation is driven by customer priority. Say, I have two customers C1 & C2 and two Plants P1 & P2. Demand for C1 should be satisfied before C2 (C1 demand is of higher priority than C2). So, capacity of P1 & P2 should be first allocated to produce C1 demand and leftover capacity should be allocated to C2 demand.

    How to model this type of model in Constraint Programming? I am new to CP (I work on CPLEX mainly, but learning CP) and need help to learn it in right direction. Please suggest if any of the CP functions are helpful for this type of problems

     

    Thanks,

    Satish


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: Priority based capacity allocation using CP

    Posted 09/26/13 08:30 AM

    Hi,

    have you had a look at multi-criteria objective ?

    If you declare a multi-criteria objective in a model, the important keyword to use is staticLex.

    Regards

     


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 3.  Re: Priority based capacity allocation using CP

    Posted 09/26/13 09:15 AM

    Originally posted by: SatishKumarA


    Hi Alex,

     

    Thanks for your reply.

    How can I declare multi objective in OPL? I don't see StaticLex keyword in OPL (though I can find it in APIs). I am using V12.3

    Can you please provide me some example in OPL?

     

    Thanks,

    Satish


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 4.  Re: Priority based capacity allocation using CP

    Posted 09/26/13 09:24 AM

    Hi,

     

    you can find an example in

    CPLEX_Studio1251\opl\examples\opl\truckfleet

     

    regards


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 5.  Re: Priority based capacity allocation using CP

    Posted 09/30/13 02:20 AM

    Originally posted by: SatishKumarA


    Thank you Alex

     

    I tried with the multi criteria objective function and its working.

     

    Thank you,

    Satish


    #DecisionOptimization
    #OPLusingCPOptimizer