Files
petgraph/algo/
ford_fulkerson.rs
1
// For backwards compatibility.
2
pub use
crate
::algo::maximum_flow::ford_fulkerson;