Skip to content

Retrieve biconnected components in terms of edges #619

Open
@szhorvat

Description

@szhorvat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    todoTriaged for implementation in some unspecified future version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions