Skip to content
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

Infeasibiity due to allow_startup_shutdown_power #1071

Open
sriharid opened this issue Dec 8, 2023 · 1 comment
Open

Infeasibiity due to allow_startup_shutdown_power #1071

sriharid opened this issue Dec 8, 2023 · 1 comment

Comments

@sriharid
Copy link
Contributor

sriharid commented Dec 8, 2023

A parameter named allow_startup_shutdown_power introduced in the opchar table in v0.15.0 can result in an infeasibility. Setting this parameter to 0, which is also its default value, could result in an infeasibility since max_shutdown_power_constraint_rule (which only allows Provide_Power_Shutdown_MW = 0) is incompatible with ramp_during_shutdown_constraint_rule (which enforces the Shutdown_Ramp_Rate_MW_Per_Tmp).

@sriharid
Copy link
Contributor Author

It would help the user if validation catches the case where the allow_startup_shutdown parameter flag is not set, but startup or shutdown parameters are provided. The severity level of the validation error can be High since it could result in an infeasibility.

@sriharid sriharid reopened this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant