Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  limitation of the objective function

    Posted 12/05/17 08:54 AM

    Originally posted by: user1234567


    Hello, i wantt to limit the value of the objective function between the lower and the upper bound (LB,UB). How can i do that ? 

    (LB, UB) = (24, 32).

     

    minimize staticLex(max(i in Jobs, o in Ops: o.pos==jlast[i]) endOf(ops[o]) in 24..32,-sum(i in Jobs,j in Oper, k in Mchs) s[i][j][k]); // Doesn't work.


    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: limitation of the objective function

    Posted 12/05/17 11:25 AM

    staticLex() is specific to CP optimizer. So you should ask this question in one of the CP optimizer forums here.


    #DecisionOptimization
    #MathematicalProgramming-General