Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

modelling a position constraint in parallel machine scheduling problem

  • 1.  modelling a position constraint in parallel machine scheduling problem

    Posted 03/23/19 10:22 AM

    Originally posted by: pengguo318


    hi all,

    Currently I am trying to model a parallel machine scheduling problem. In my problem, each job has a position. When sequencing these jobs, the position relationship among the jobs must be considered. I know how to model the standard parallel machine scheduling problem, but I donot know how to model the position constraint in CP optimizer. I hope someone could give me some suggestions. Thanks.


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: modelling a position constraint in parallel machine scheduling problem

    Posted 03/25/19 06:02 AM

    Originally posted by: ol


    Hello,

    you can use an interval sequence variable, and then express some constraints on this sequence.

    For instance, see https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.ide.help/refcppopl/html/interval_sequence.html#63

    Regards,

    ol


    #CPOptimizer
    #DecisionOptimization