EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Check label for parallel undirected edges #35

Closed DerFred3 closed 5 days ago

DerFred3 commented 2 weeks ago

GraphModel collapses two parallel edges inside of an undirected graph. When converting into a WaveModel this (collapsed) edge is exported as two seperate (directed) edges. When converting back into a GraphModel this collapse must be performed in the same way, it was performed the first time (by using the label of the edges; last edge gets precedence over the other(s)).