GraphIO.jl icon indicating copy to clipboard operation
GraphIO.jl copied to clipboard

Support weighted graphs in EdgeList Format

Open ljschumacher opened this issue 3 years ago • 0 comments

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.

ljschumacher avatar Nov 02 '21 11:11 ljschumacher