Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/detail/
Daugment.hpp37 typedef typename property_traits< ResCapMap >::value_type FlowValue; in augment() typedef
40 FlowValue delta = (std::numeric_limits< FlowValue >::max)(); in augment()
/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp56 class FlowValue >
179 FlowValue test_excess = 0; in push_relabel()
186 if (test_excess > (std::numeric_limits< FlowValue >::max)()) in push_relabel()
191 (std::numeric_limits< FlowValue >::max)()); in push_relabel()
203 FlowValue delta = get(residual_capacity, a); in push_relabel()
360 FlowValue flow_delta = min BOOST_PREVENT_MACRO_SUBSTITUTION( in push_flow()
442 FlowValue maximum_preflow() in maximum_preflow()
542 FlowValue delta = get(residual_capacity, a); in convert_preflow_to_flow()
688 FlowValue sum; in is_flow()
758 std::vector< FlowValue > excess_flow_data;
[all …]
Dedmonds_karp_max_flow.hpp51 typedef typename property_traits< ResCapMap >::value_type FlowValue; in augment() typedef
54 FlowValue delta = (std::numeric_limits< FlowValue >::max)(); in augment()