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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
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.