Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp490 std::vector< vertex_descriptor > topo_next(n); in convert_preflow_to_flow() local
617 topo_next[get(index, u)] = tos; in convert_preflow_to_flow()
637 for (u = tos; u != bos; u = topo_next[get(index, u)]) in convert_preflow_to_flow()