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

Turn min-res-gen constraint into cuts and report constraint value #772

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

manuelma
Copy link
Collaborator

@manuelma manuelma commented Oct 11, 2023

Fixes #771

Checklist before merging

  • Documentation is up-to-date
  • Unit tests have been added/updated accordingly
  • Code has been formatted according to SpineOpt's style
  • Unit tests pass

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8c4267f) 84.40% compared to head (9d211a6) 84.42%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
+ Coverage   84.40%   84.42%   +0.01%     
==========================================
  Files         147      147              
  Lines        3329     3319      -10     
==========================================
- Hits         2810     2802       -8     
+ Misses        519      517       -2     
Files Coverage Δ
src/SpineOpt.jl 80.00% <ø> (ø)
src/constraints/constraint_mp_any_invested_cuts.jl 100.00% <ø> (ø)
.../constraint_mp_min_res_gen_to_demand_ratio_cuts.jl 100.00% <100.00%> (ø)
src/run_spineopt_benders.jl 95.52% <100.00%> (-0.23%) ⬇️
src/run_spineopt_mga.jl 94.11% <100.00%> (-0.62%) ⬇️
src/run_spineopt_standard.jl 85.11% <100.00%> (+0.23%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@manuelma manuelma merged commit 82e56ff into master Oct 24, 2023
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 this pull request may close these issues.

Turn min-res-gen constraint into cuts and report its value
2 participants