Hello guys, Im trying to load a gml file, but I got some issues:
using LightGraphs, ParserCombinator, GraphIO graph = loadgraph("output.gml", "digraph", GraphIO.GML.GMLFormat())
When I execute the source code I always get the following message: ERROR: LoadError: UndefVarError: loadgraph not defined