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