Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy constructor #21

Open
pgera opened this issue Jul 28, 2019 · 0 comments
Open

Copy constructor #21

pgera opened this issue Jul 28, 2019 · 0 comments

Comments

@pgera
Copy link

pgera commented Jul 28, 2019

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.

kaatish pushed a commit to kaatish/cuhornet that referenced this issue Feb 28, 2020
[REVIEW] Fixed addAdjList and addTransposed
kaatish pushed a commit to kaatish/cuhornet that referenced this issue Feb 28, 2020
Update from latest forked branch 0.10
kaatish pushed a commit to kaatish/cuhornet that referenced this issue Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant