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

nx-cugraph: add dijkstra sssp functions #4538

Merged
merged 5 commits into from
Jul 30, 2024

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Jul 15, 2024

This does add new functionality (so it's not just sugar!), since dijstra methods have cutoff= arguments.

Note that we are missing multi-source dijstra methods, since plc.sssp only accepts a single source.

We also do not have bidirectional_dijkstra, since PLC does not implement this algorithm.

@eriknw eriknw added improvement Improvement / enhancement to an existing function python nx-cugraph labels Jul 15, 2024
@eriknw eriknw requested a review from a team as a code owner July 15, 2024 18:56
@eriknw eriknw added the non-breaking Non-breaking change label Jul 15, 2024
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 0e69733 into rapidsai:branch-24.08 Jul 30, 2024
144 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change nx-cugraph python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants