Skip to content

Is connected_components of a compressed_graph possible? #17

@rimmartin

Description

@rimmartin

Hi,

I migrated code from v2. Have the code

    std::vector<size_t> component(graph::num_vertices((g)));
    graph::connected_components(g, component);

Is connected_components algorithm still possible for compressed_graph?

Did some searching and don't see any tests coverage so I'm unsure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions