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.
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.