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

Fix steiner tree and Kruskal #368

Merged
merged 5 commits into from
May 4, 2024

Conversation

etiennedeg
Copy link
Member

fixes #362

fixes the same bug in kruskal_mst

@etiennedeg etiennedeg added the bug Something isn't working label Apr 26, 2024
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.31%. Comparing base (afb8245) to head (1c7f5b9).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
+ Coverage   97.28%   97.31%   +0.03%     
==========================================
  Files         118      120       +2     
  Lines        6876     6953      +77     
==========================================
+ Hits         6689     6766      +77     
  Misses        187      187              

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

@etiennedeg etiennedeg merged commit 9c8efd9 into JuliaGraphs:master May 4, 2024
9 checks passed
@etiennedeg etiennedeg deleted the fix_steiner_tree branch May 4, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] steiner_tree fails if only one terminal vertex is passed
2 participants