Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dread_write_dimacs-eg.cpp100 edge_descriptor to_sink; in main() local
102 boost::tie(to_sink, is_there) = edge(v, t, g); in main()
105 if (get(capacity, to_sink) > get(capacity, from_source)) in main()
109 capacity[to_sink] -= to_augment; in main()
114 tCapMapValue to_augment = get(capacity, to_sink); in main()
115 capacity[to_sink] = 0; in main()
/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp189 edge_descriptor to_sink; in augment_direct_paths() local
191 boost::tie(to_sink, is_there) in augment_direct_paths()
196 tEdgeVal cap_to_sink = get(m_res_cap_map, to_sink); in augment_direct_paths()
209 put(m_res_cap_map, to_sink, 0); in augment_direct_paths()
216 set_edge_to_parent(current_node, to_sink); in augment_direct_paths()
222 put(m_res_cap_map, to_sink, in augment_direct_paths()
223 get(m_res_cap_map, to_sink) - cap_from_source); in augment_direct_paths()
243 edge_descriptor to_sink = get(m_rev_edge_map, *ei); in augment_direct_paths() local
244 vertex_descriptor current_node = source(to_sink, m_g); in augment_direct_paths()
245 if (get(m_res_cap_map, to_sink)) in augment_direct_paths()
[all …]