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
Currently, that's not possible. It would be nice if NetworkDynamics supported Multigraphs (Graphs with more than one edge per set of vertices). I think this should be fairly straightforward to implement since we mostly identify edges by their position in the edges iterator.
In power system modeling it is common to have lines in parallel. Those would be
Currently, that's not possible. It would be nice if NetworkDynamics supported Multigraphs (Graphs with more than one edge per set of vertices). I think this should be fairly straightforward to implement since we mostly identify edges by their position in the
edges
iterator.cc @mandywal
The text was updated successfully, but these errors were encountered: