Open
Description
It is unclear how well self-loops are supported in Graphs.jl, but that should not prevent us from supporting them here. For now, I stated in the documentation that they are not properly handled, because of a few issues that were raised over the years and never closed in the original package:
- Doubling the weights of self-edges sbromberger/SimpleWeightedGraphs.jl#38
- Inconsistent adjacency matrix for weighted and unweighted graphs sbromberger/SimpleWeightedGraphs.jl#53
What do you think?