Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

rem_vertices! missing #121

@jlbosse

Description

@jlbosse

With the current version of it is not possible to remove multiple vertices in one go, like it is possible with the rem_vertices!() function of LightGraphs.jl. I have a, probably not terribly efficient, implementation that first calls rem_vertices!(g.graph, vs) and then creates new vprops and eprops containing from the old ones with data on all the vertices left.

If there is demand, I can open a PR with that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions