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
Is your feature request related to a problem? Please describe.
In an application, I have to create an UndirectedSparseGraph from which I then filter out (i.e. RemoveVertex) many nodes, which takes minutes for a graph of less than a thousand vertices.
Describe the solution you'd like
Optimally, this should be taking seconds, instead of minutes. I've created a pull request that achieves this: #130
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In an application, I have to create an UndirectedSparseGraph from which I then filter out (i.e. RemoveVertex) many nodes, which takes minutes for a graph of less than a thousand vertices.
Describe the solution you'd like
Optimally, this should be taking seconds, instead of minutes. I've created a pull request that achieves this: #130
The text was updated successfully, but these errors were encountered: