Hello everyone!
I need your help please. Is it possible to get the maximum of a variable only in one of her dimension?
For example : I have the variable X[i,j,t] and I want to define something like that (after the optimisation) :
param Xmax {i in A, j in B} := max {X[i,j,t]}.
The problem is I don't know how and where to define "t in H"?
Thank you so much for your help :-)
Haroune