GraphIO.jl
GraphIO.jl copied to clipboard
Support weighted graphs in EdgeList Format
It would be great to extend loadgraph functionality to support reading a graph in the EdgeList format but with weights specified, i.e. [source, dest, weight] for each edge. This could be read as a SimpleWeightedGraph, for example.