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

Implementation of triangle counting (TC) algorithm in DAPHNE DSL #783

Closed
jhmkorndorfer opened this issue Jul 9, 2024 · 1 comment · Fixed by #799
Closed

Implementation of triangle counting (TC) algorithm in DAPHNE DSL #783

jhmkorndorfer opened this issue Jul 9, 2024 · 1 comment · Fixed by #799

Comments

@jhmkorndorfer
Copy link

Issue to follow the development of triangle counting (TC) in DAPHNE DSL. An initial code is available in daphne/scripts/algorithms/tc.daph. However, it requires sparse to sparse matrix multiplication to be available in DAPHNE.

@jhmkorndorfer
Copy link
Author

A possible reference implementation can be found at: https://github.com/sbeamer/gapbs

Also, implementations of TC in C++, Python, and Julia will be available in daphne/scripts/algorithms/alternative-implementations/tc/

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

Successfully merging a pull request may close this issue.

1 participant