You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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
Notes
It makes sense to think about whether
EdgeClustering
andEdgeCover
objects make sense. Related: #507 (comment)References
The text was updated successfully, but these errors were encountered: