Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dhohberg_biconnected_components.hpp820 std::vector<degree_size_type> parent_vec(edge_data.size()); in echo_phase() local
823 parent_vec[idx] = idx; in echo_phase()
834 while (parent_vec[e1] != e1) e1 = parent_vec[e1]; in echo_phase()
838 while (parent_vec[e2] != e2) e2 = parent_vec[e2]; in echo_phase()
839 parent_vec[e2] = e1; in echo_phase()
847 for (idx = 0; idx < parent_vec.size(); ++idx) { in echo_phase()
848 if (parent_vec[idx] == idx) { in echo_phase()
855 for (idx = 0; idx < parent_vec.size(); ++idx) { in echo_phase()
856 degree_size_type rep = parent_vec[idx]; in echo_phase()
857 while (rep != parent_vec[rep]) rep = parent_vec[rep]; in echo_phase()