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

loadgraph as undirected

Open rachithaiyappa opened this issue 4 years ago • 1 comments

At the moment, loadgraph creates a Directed Graph. A useful feature could be to have an argument to create an Undirected Graph?

rachithaiyappa avatar Aug 24 '21 17:08 rachithaiyappa

For some formats and some inputs, methods for loadgraph in GraphIO do support constructing both Graph and DiGraph. In order for someone to address your request, it's needs to be more specific.

jlapeyre avatar Nov 07 '21 17:11 jlapeyre