I have a lot of topologies in GML format and want to process them with Lemon (http://lemon.cs.elte.hu/trac/lemon), but it doesn't support GML files. Is there a library?
Asked
Active
Viewed 231 times
1 Answers
2
I just found a solution called GML2LGF converter. It's a standalone app, which you can convert your gml files into Lemon Graph Format.
http://csikor.tmit.bme.hu/GML2LGF/
Cheers.

cs.lev
- 182
- 1
- 11
-
1Project has moved to [https://github.com/cslev/gml2lgf](https://github.com/cslev/gml2lgf) – cs.lev Jul 11 '18 at 06:33