-
Notifications
You must be signed in to change notification settings - Fork 14
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
751-add-reserves-tutorial #756
Conversation
Looks like we need to account for the duration so the constraint can handle different time resolutions.
….git into window_sum_duration
…t/SpineOpt.jl.git into window_sum_duration
...plus minor formatting.
sum demand and uaf only over rep windows
…t/SpineOpt.jl.git into window_sum_duration
Also, fix double counting in the uaf term: the uaf for each window was multiplying the potential investments increase for the whole model. But the uaf for each window should only multiply the potential investments increase for that window. If the investments resolution is larger than the window then it doesn't matter I guess, but anyways, this seems more correct.
So the user can fix the investments during the first Benders iteration.
Resolve JuMP `Parameter` and `parameter_value` conflicts
…unctionality Introduce equal_investments and min_max_entities_invested_available
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #756 +/- ##
==========================================
+ Coverage 85.54% 86.01% +0.46%
==========================================
Files 145 147 +2
Lines 3169 3267 +98
==========================================
+ Hits 2711 2810 +99
+ Misses 458 457 -1
☔ View full report in Codecov by Sentry. |
…tools/SpineOpt.jl into 751-add-reserves-tutorial
I have rebased my branch to get the documentation passing the CI. So, now the PR passes all the tests ;) |
Clarify how to include the upward reserve value in the SpineToolbox interface
Add to the introduction a short explanation of what the reserves are and why are important
Deleting this PR since there was an error in the rebasing of the branch. |
Add reserve tutorial for SpineOpt
Fixes # 751
Checklist before merging