Skip to content

regarding the number of matches #1

@shixuansun

Description

@shixuansun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions