This is the solution:
using LightGraphs, ParserCombinator, GraphIO
graph = loadgraph("gstrang_descendants.gml", "digraph", GraphIO.GML.GMLFormat())
This is the solution:
using LightGraphs, ParserCombinator, GraphIO
graph = loadgraph("gstrang_descendants.gml", "digraph", GraphIO.GML.GMLFormat())