GraphIO.jl
GraphIO.jl copied to clipboard
loadgraph as undirected
At the moment, loadgraph creates a Directed Graph. A useful feature could be to have an argument to create an Undirected Graph?
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.