Originally posted by: gregman
Dear Cplex-Community,
I am currently struggling with the following problem:
given a set p = {1,2}
given a set of ranges W_i
Since W_i is dependent on p, W_2 is supposed to be 2..6, W_1=1..6 and both are dependent on p, respectively. It is not possible to create 2 separate simple ranges.
-Is it possible to create a set of ranges W_i in Cplex with different starting and ending points?
-Furthermore, could you give me the syntax for a max() formula inside a sum?
Example: sum (a in 1..max(b,c) ).
Thanks a lot,
Greg
#CPLEXOptimizers#DecisionOptimization