vf3lib icon indicating copy to clipboard operation
vf3lib copied to clipboard

Problem inputting labeled edges

Open scorpio975 opened this issue 5 years ago • 5 comments

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

scorpio975 avatar Oct 17 '20 14:10 scorpio975

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.

Nineteener avatar Mar 19 '21 17:03 Nineteener

Still not working, interested in a fix, too.

AleksMa avatar May 06 '21 15:05 AleksMa

Still not working.

BinYang121 avatar Jun 10 '21 12:06 BinYang121

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

11pguillon avatar Oct 20 '21 08:10 11pguillon

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

RazviOverflow avatar Feb 12 '23 19:02 RazviOverflow