Expand description
Index-based flow graph (residual graph) used by all flow algorithms. Index-based residual graph for flow algorithms.
All flow algorithms in this crate operate on FlowGraph rather than the
generic Graph trait. See the crate-level documentation for the
design rationale.