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

Puzzle: Confused about the kcore reordering used in CliqueCounting #89

Open
xisalt opened this issue Oct 20, 2023 · 0 comments
Open

Puzzle: Confused about the kcore reordering used in CliqueCounting #89

xisalt opened this issue Oct 20, 2023 · 0 comments

Comments

@xisalt
Copy link

xisalt commented Oct 20, 2023

In benchmarks/CliqueCounting/Clique.h, I tried to get the reordered graph after relabel_graph like this.
image

And I got the following log after running cmd:
bazel run benchmarks/CliqueCounting:Clique_main -- -rounds 1 -k 4 --directType KCORE --parallelType VERT -s /root/gbbs/inputs/com-lj.ungraph.adj

image

What makes me confused is that k_{max} = 360, but the max_degree in reordered graph is 9022. Also, in one paper, it says that the com-lj's max degree is 360 after KCORE pre-processing. (Actually, I haven't fully understood what KCORE does to reduce the max degree, so I am quite confused.)

Hope that you could help me clarify my confusion. Thanks!

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