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

[WIP] Find the forest in an undirected graph #4945

Open
wants to merge 59 commits into
base: branch-25.04
Choose a base branch
from

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Feb 14, 2025

Found a new bug, debugging ongoing.

This PR implements a function to find a forest in the input undirected graph (without multi-edges & self-loops).

This is a pre-requisite to implement forest pruning in BFS.

Copy link

copy-pr-bot bot commented Feb 14, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@seunghwak seunghwak changed the title [WIP] Find the forest in an undirected graph Find the forest in an undirected graph Mar 6, 2025
@seunghwak seunghwak marked this pull request as ready for review March 6, 2025 20:27
@seunghwak seunghwak requested review from a team as code owners March 6, 2025 20:27
@seunghwak seunghwak added feature request New feature or request non-breaking Non-breaking change labels Mar 6, 2025
@seunghwak seunghwak changed the title Find the forest in an undirected graph [WIP] Find the forest in an undirected graph Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cuGraph feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants