You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
Conceptually the out edges in the example should be equal (g is undirected). It's inconsistent and confusing the index of different edges to be equal, modifying a map using the index of different edges could change the same value.
Let's consider this example
Conceptually the out edges in the example should be equal (g is undirected). It's inconsistent and confusing the index of different edges to be equal, modifying a map using the index of different edges could change the same value.
Networkx gives the same result...