Replies: 1 comment
-
This is correct since in the compact formulation p is the value above min then an additional constraint is needed for downwards reserves to avoid weird behavior. What we need to check is if this is an issue elsewhere in the implementation of downwards reserves or just a missing constraint. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jd-lara @sourabhdalvi
I think there is an equation missing from pglib and the "Tight and Compact" formulation for downward reserves, because both assume the reserves are upward only. The equation should ensure downward reserves are supplied only when the unit is on. In the attached screenshots, RIO_NOGALES_POWER_CC4 is providing the downward reserves even though it is not on. I believe we just need to add: p_g,t - regdn_g,t >= 0
where p_g,t is power above minimum.
Beta Was this translation helpful? Give feedback.
All reactions