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

Wrong number of matches #1

Open
robertoBosio opened this issue Aug 23, 2023 · 1 comment
Open

Wrong number of matches #1

robertoBosio opened this issue Aug 23, 2023 · 1 comment

Comments

@robertoBosio
Copy link

Hi, I tried to execute the triangle query written below on the graph enron with 4 labels, however, the result reported by EGSM is 35510 matches, while the correct number is 74110.

t 3 3
v 0 0 2
v 1 1 2
v 2 2 2
e 0 1
e 0 2
e 1 2

Could you please help me in understanding if I missed something in the format of the input? Thanks.

@sam0oneau
Copy link

sam0oneau commented Sep 6, 2023

Hello, I've also had the same issue on simpler examples. The following undirected triangle produces 4 matches on itself (not 6) on EGSM.

t 3 3
v 0 1 2
v 1 1 2
v 2 1 2
e 0 1
e 1 2
e 2 0

./build/EGSM -q "data/triangle.g" -d "data/triangle.g"

I've also seen incorrect number of matches in other larger examples. Hopefully, it's just an input format mistake on my end.

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

2 participants