Add wrapper type ReversedGraph for swapping successors/predecessors

This commit is contained in:
Zalathar
2025-01-12 12:40:03 +11:00
parent a48e7b0057
commit 1a23a6fd8b
2 changed files with 43 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ pub mod dominators;
pub mod implementation;
pub mod iterate;
mod reference;
pub mod reversed;
pub mod scc;
pub mod vec_graph;