How to read a graph from a GML file

This is the solution:

using LightGraphs,  ParserCombinator, GraphIO
graph = loadgraph("gstrang_descendants.gml",  "digraph", GraphIO.GML.GMLFormat())
1 Like