Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp179 FlowValue test_excess = 0; in push_relabel() local
185 test_excess += get(residual_capacity, *a_iter); in push_relabel()
186 if (test_excess > (std::numeric_limits< FlowValue >::max)()) in push_relabel()