Searched refs:FlowValue (Results 1 – 3 of 3) sorted by relevance
37 typedef typename property_traits< ResCapMap >::value_type FlowValue; in augment() typedef40 FlowValue delta = (std::numeric_limits< FlowValue >::max)(); in augment()
56 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 …]
51 typedef typename property_traits< ResCapMap >::value_type FlowValue; in augment() typedef54 FlowValue delta = (std::numeric_limits< FlowValue >::max)(); in augment()