fn has_augmented_path<G>(
network: G,
source: G::NodeId,
destination: G::NodeId,
edge_to: &mut [Option<G::EdgeRef>],
flows: &[G::EdgeWeight],
) -> boolwhere
G: NodeCount + IntoEdgesDirected + NodeIndexable + EdgeIndexable + Visitable,
G::EdgeWeight: Sub<Output = G::EdgeWeight> + PositiveMeasure,Expand description
Tells whether there is an augmented path in the graph