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
This would require substantial work on petgraph, as the crate is not developed trait-based, but rather implementation based.
On the other hand, it would allow us to use some of their basic algorithms for SCCs and WCCs.
petgraph already defines many traits for unidirected and undirected graphs, we should use them instead of spending time on creating our own.
The text was updated successfully, but these errors were encountered: