Home
last modified time | relevance | path

Searched refs:flow_delta (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp360 FlowValue flow_delta = min BOOST_PREVENT_MACRO_SUBSTITUTION( in push_flow() local
364 get(residual_capacity, u_v) - flow_delta); in push_flow()
367 get(residual_capacity, rev) + flow_delta); in push_flow()
369 put(excess_flow, u, get(excess_flow, u) - flow_delta); in push_flow()
370 put(excess_flow, v, get(excess_flow, v) + flow_delta); in push_flow()