Skip to content

Problem inputting labeled edges #4

Open
@scorpio975

Description

@scorpio975

I compiled Makefile successfully on Ubuntu 20.04 LTS (WSL on Windows 10 64-bit).
Error when inputting labeled edges.

$ ./bin/VF3 ./data/pattern_vf3lib_1.lg ./data/grami_vf3lib_graph.lg
ERROR: Error in file format reading edge

The file pattern_vf3lib_1.lg is shown below.

3

0 1
1 2
2 2

1
0 2  4

1
1 2  10

2
2 0  4
2 1  10

And then grami_vf3lib_graph.lg

10

0 3
1 3
2 2
3 2
4 1
5 2
6 1
7 1
8 2
9 2

1
0 9  20

2
1 2  20
1 4  4

3
2 1  20
2 4  4
2 3  10

2
3 2  10
3 6  4

2
4 1  4
4 2  4

0

2
6 3  4
6 7  10

2
7 6  10
7 9  4

1
8 9  10

3
9 7  4
9 8  10
9 0  20

How can I solve this problem?
Thanks :)

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