Searched refs:topo_next (Results 1 – 1 of 1) sorted by relevance
490 std::vector< vertex_descriptor > topo_next(n); in convert_preflow_to_flow() local617 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()