petgraph/algo/
ford_fulkerson.rs

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