Hello everyone
the following constraint

0<= P_cotw <= sum PMAX_c 'tau' w
'tau<=t
How can I declare the right side of the restriction
c, o, t, w subscripts.
'tau'
t = {1,2}
My case is:
Constraint LimProdCan {
IndexDomain: (c,o,t,s);
Definition: PotGenCan(c,o,t,s)<=CapConstruir(c,t,s);
}
Thank you
Best answer by mohansx
View original