python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Retrieve biconnected components in terms of edges

Open szhorvat opened this issue 3 years ago • 2 comments

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: https://github.com/igraph/python-igraph/issues/507#issuecomment-1339407988

References

  • https://igraph.readthedocs.io/en/stable/api/igraph.Graph.html#biconnected_components
  • https://igraph.org/c/html/latest/igraph-Structural.html#igraph_biconnected_components

szhorvat avatar Dec 06 '22 13:12 szhorvat

Hey, I would like to work on this issue!

MDK8888 avatar Dec 26 '22 00:12 MDK8888

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[bot] avatar Mar 25 '23 08:03 stale[bot]