Module flow_graph

Module flow_graph 

Source
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.

Structsยง

FlowEdge
A single directed edge in a flow network.
FlowGraph
An index-based directed flow network supporting residual graph operations.