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

Retrieve biconnected components in terms of edges #619

Open
szhorvat opened this issue Dec 6, 2022 · 2 comments
Open

Retrieve biconnected components in terms of edges #619

szhorvat opened this issue Dec 6, 2022 · 2 comments
Labels
todo Triaged for implementation in some unspecified future version

Comments

@szhorvat
Copy link
Member

szhorvat commented Dec 6, 2022

What is the feature or improvement you would like to see?

Retrieve biconnected components in terms of edges instead of in terms of vertices.

Use cases for the feature

  • This is already implemented in the C core
  • Biconnected components can be thought of as a partitioning of the edge set. Each edge is part of precisely one component. In contrast a vertex may be part of more than one component.

Notes

It makes sense to think about whether EdgeClustering and EdgeCover objects make sense. Related: #507 (comment)

References

@MDK8888
Copy link

MDK8888 commented Dec 26, 2022

Hey, I would like to work on this issue!

@stale
Copy link

stale bot commented Mar 25, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 25, 2023
@ntamas ntamas added todo Triaged for implementation in some unspecified future version and removed stale labels Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Triaged for implementation in some unspecified future version
Projects
None yet
Development

No branches or pull requests

3 participants