-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MUST_RUN units have uncapped reserves #576
Comments
This is no longer the case for that example, on the |
In general we should add a check that MUST_RUN units can never contribute to reserves.
|
This should be fixed in |
lbonaldo
added a commit
that referenced
this issue
Feb 1, 2024
Fixed in #619. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the user enters
Reg_Max > 0
orRsv_Max > 0
, these units will be part of REG or RSV, respectively. However, there are no constraints onvRSV
orvREG
for these units.This is currently the case for RealSystemExample/ISONE_Trizone, which is the only example with
Reserves=1
.The text was updated successfully, but these errors were encountered: