-
Notifications
You must be signed in to change notification settings - Fork 30
Add low bound to the sum of flows for transport flows #1178
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
base: main
Are you sure you want to change the base?
Conversation
✅ MPS files match🤖 This was CompareMPS, we hope you have enjoyed this program. |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (83.33%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1178 +/- ##
==========================================
+ Coverage 97.62% 97.63% +0.01%
==========================================
Files 31 31
Lines 1138 1143 +5
==========================================
+ Hits 1111 1116 +5
Misses 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@datejada The MPS file has changed, but somehow the change was not detected. I'll update the MPS file once you have a look at the Github actions. Thanks. |
6bb1d9a
to
74d2804
Compare
74d2804
to
dcd1ad8
Compare
🤖 CompareMPS report⌛ Running MPS comparisonPlease wait. |
🤖 CompareMPS report
|
Model
min_output_flow_with_unit_commitment
.Documentation
Testing
This change affects the multi-year case: one transport flow is defined from a producer to a demand. Previously the flow has a lower bound directly, but now lower bounds are set by the new constraints.
Related issues
Closes #1159, #1168
Checklist
I am following the contributing guidelines
Tests are passing
Lint workflow is passing
Docs were updated and workflow is passing