Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  set cumulative function on a certain value

    Posted 08/10/18 10:40 AM

    Originally posted by: lennartDigital


    Hi everyone,
    Instead of just increasing my cumulFunction 'F' by 'step(F,h)' or 'pulse(F,h)',

    I would like to set it on a certain point (or interval) on a certain value.
    One cannot assign a point of a cumulFunction in the constraint part, but maybe one of you has a good workaround.

    Regards,
    Lennart
     


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: set cumulative function on a certain value

    Posted 08/10/18 11:36 AM

    Originally posted by: PhilippeLaborie


    If you want to constrain a cumul function F to have value v at time t, all you need is to post the constraint: alwaysIn(F,t,t+1,v,v).

     


    #DecisionOptimization
    #OPLusingCPOptimizer