-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, thanks for your sharing of the dataset and binary.
Recently, I execute your binary with the enclosed sample graph. We expect to find two matches: {(0, 0), (1, 1), (2, 2), (3, 3)} and {(0, 0), (1, 2), (2, 1), (3, 4)}. However, the program reports only 1 match. So I am opening the issue to inquire the reason.
Thanks.
query graph:
t # 0 0
v 0 0 -1
v 1 1 -1
v 2 1 -1
v 3 2 -1
e 0 1 0
e 0 2 0
e 1 2 1
e 1 3 2
initial data graph:
t # 0
v 0 0
v 1 1
v 2 1
v 3 2
v 4 2
stream:
e 0 1 0
e 0 2 0
e 1 2 1
e 1 3 2
e 2 4 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels