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

Problem inputting labeled edges #4

Open
scorpio975 opened this issue Oct 17, 2020 · 5 comments · May be fixed by #14
Open

Problem inputting labeled edges #4

scorpio975 opened this issue Oct 17, 2020 · 5 comments · May be fixed by #14

Comments

@scorpio975
Copy link

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 :)

@Nineteener
Copy link

I have the same problem.When I try to set the edge attribute,the error comes.
Wpuld you please tell me whether the problem has been sovled and how to fix the error?
Thanks.

@AleksMa
Copy link

AleksMa commented May 6, 2021

Still not working, interested in a fix, too.

@BinYang121
Copy link

Still not working.

@11pguillon
Copy link

Same problem for me, interested in a fix too.
Nothing in the loaders is ready to accept edge attributes.

@Harsh14901 Harsh14901 linked a pull request Oct 13, 2022 that will close this issue
@RazviOverflow
Copy link

For anyone still facing this problem, I suggest forking/cloning @Harsh14901's fixed version #14 (https://github.com/Harsh14901/vf3lib)

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

Successfully merging a pull request may close this issue.

6 participants