2

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?

John Powell
  • 12,253
  • 6
  • 59
  • 67
Andras Balázs Lajtha
  • 2,576
  • 25
  • 32

1 Answers1

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
  • 1
    Project has moved to [https://github.com/cslev/gml2lgf](https://github.com/cslev/gml2lgf) – cs.lev Jul 11 '18 at 06:33