-
Notifications
You must be signed in to change notification settings - Fork 6
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
Finding wrong cliques (?) #9
Comments
@Pronte can you confirm the NDE file is correct? |
Hi all,
The graph seems to be ok, and I get that same output both with
-system=clique and -system=d2kplex -k=1,
furthermore the clique size distribution seems correct compared to the
graph (4 triangles and 5 edges).
My guess is the code is listing the cliques correctly, but printing an
internal re-labelling of the nodes instead of the original names.
Luca can you point me to where the original names are kept so that I can
update the print function?
Il giorno ven 22 ott 2021 alle ore 18:02 Luca Versari <
***@***.***> ha scritto:
… @Pronte <https://github.com/Pronte> can you confirm the NDE file is
correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALMRDG42GL5QCVSHZZSDCTUIGDIVANCNFSM5GQ34VCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
The graph is permuted here parallel_enum/enumerable/clique.hpp Line 32 in 75bf111
parallel_enum/enumerable/clique.hpp Line 115 in 75bf111
|
Just FYI, I edited the code as suggested and it is indeed working as expected (for k-plexes, you need to edit |
Would you be willing to make a PR for that too? :) |
Seconding what Luca said!
Otherwise If you're willing to share your fix with me directly i can adapt
it to be system independent and conditional on the print flag before
updating (I'd mention you in the commit ofc)
…On Sat, Oct 23, 2021, 17:29 Luca Versari ***@***.***> wrote:
Would you be willing to make a PR for that too? :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALMRDGIMAU4PTFUEOBQF2LUILIGRANCNFSM5GQ34VCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Opened the PR! Please check the code fits your standards, since my C++ is more than rusty |
Hi,
sorry to bother you guys again. I compiled your code and ran some tests on a toy network (you can find the .nde file and a screenshot at the end of this issue). However, I'm seeing weird outputs:
Output:
As you can see, it says that 0-5 is a clique, but there is no edge between them. Am I doing something wrong?
test_g.nde:
The text was updated successfully, but these errors were encountered: