Dear All,
In a model, I have a constraint as:
y(g,t) - z(g,t) = u(g,t) - u(g,t-1) forall (g,t)
All variable are binary variable. g is a set of generator unit and t is a set of time. How to implement this constraint in AIMMS if there a three generator units and the time periods (t) are 1,2, and 3. For the initial condition, generator units #1 and #2 are off-line prior to the first time period indicated by the value of u = 0 while generator unit #3 is online indicated by the value of u = 1.
Thank you.