Skip to main content

residual_capacity

Function residual_capacity 

Source
fn residual_capacity<G>(
    network: G,
    edge: G::EdgeRef,
    target_vertex: G::NodeId,
    flow: G::EdgeWeight,
) -> G::EdgeWeight
Expand description

Returns the residual capacity of given edge.