Would you consider an extension to PNM that implements the AbstractGraph interface to certain (all?) PowerNetworkMatrix subtypes?
I imagine it would focus on implementing interface functions through the SparseMatrixCSC type.
The purpose would be to open up some immediate network analysis using the algorithms and plotting aspects of the Graphs.jl ecosystem, such a shortest paths and cycle decomposition.
Would you consider an extension to PNM that implements the AbstractGraph interface to certain (all?)
PowerNetworkMatrixsubtypes?I imagine it would focus on implementing interface functions through the
SparseMatrixCSCtype.The purpose would be to open up some immediate network analysis using the algorithms and plotting aspects of the Graphs.jl ecosystem, such a shortest paths and cycle decomposition.