JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
451 stars 87 forks source link

Fix steiner tree and Kruskal #368

Closed etiennedeg closed 2 months ago

etiennedeg commented 3 months ago

fixes #362

fixes the same bug in kruskal_mst

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.