Originally posted by: SystemAdmin
[glitter said:]
Hi,
I am trying to sum parameters with limit but it turns 0.
My code is:
float number[p in Products][t in Months]=sum(t in Months:t>t) demand[p][t];
I am trying to find the demand after t.
how can i solve this?
#DecisionOptimization#OPLusingCPLEXOptimizer