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
SCC deletes portions of the graph recursively. Since we don't want to modify the original graph, we need to make a copy. Hornet doesn't have a copy constructor right now. A copy can be created with batch operations, but that would not be efficient. We should create a raw copy of the underlying data directly.
The text was updated successfully, but these errors were encountered:
kaatish
pushed a commit
to kaatish/cuhornet
that referenced
this issue
Feb 28, 2020
SCC deletes portions of the graph recursively. Since we don't want to modify the original graph, we need to make a copy. Hornet doesn't have a copy constructor right now. A copy can be created with batch operations, but that would not be efficient. We should create a raw copy of the underlying data directly.
The text was updated successfully, but these errors were encountered: