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

Replace shortest_paths.hpp with dijkstra_shortest_paths.hpp #125

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

pratzl
Copy link
Collaborator

@pratzl pratzl commented Aug 15, 2024

New implementation includes a visitor.

New implementation includes a visitor.
@pratzl pratzl merged commit 56d193c into master Aug 15, 2024
4 checks passed
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

Attention: Patch coverage is 91.89189% with 6 lines in your changes missing coverage. Please review.

Project coverage is 91.04%. Comparing base (046ccb4) to head (f17df9c).
Report is 3 commits behind head on master.

Files Patch % Lines
...nclude/graph/algorithm/dijkstra_shortest_paths.hpp 93.93% 4 Missing ⚠️
tests/shortest_paths_tests.cpp 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage   91.09%   91.04%   -0.06%     
==========================================
  Files          53       53              
  Lines        4202     4221      +19     
  Branches      371      371              
==========================================
+ Hits         3828     3843      +15     
- Misses        374      378       +4     

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

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.

1 participant