ParAlg/gbbs

Code for "Parallel Batch-Dynamic k-Clique Counting"

Closed this issue · 3 comments

I am unable to find the code for the paper "Parallel Batch-Dynamic k-Clique Counting" in here. Can someone point out where it is?

qqliu commented

The code can be found under the "tri_merge" branch. Specifically, all of our code is in this directory: https://github.com/ParAlg/gbbs/tree/tri_merge/benchmarks/TriangleCounting/DhulipalaLiuShunYu20. The readme in the directory should give instructions on how to run the code. Running this code requires being able to run GBBS and the instructions for setting up GBBS is found here: https://github.com/ParAlg/gbbs. Please let us know if you have issues running it!

it seems that https://github.com/ParAlg/gbbs/tree/tri_merge/benchmarks/TriangleCounting/DhulipalaLiuShunYu20 only contains the code for triangle counting, what if I want to count other cliques.

qqliu commented

Hi, we only implemented the triangle counting algorithm as explained in our paper: https://arxiv.org/pdf/2003.13585.pdf. We give two clique counting algorithms that are theoretical contributions but we didn't implement them.