Searched refs:fsg (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/graph_parallel/test/ |
D | ssca.cpp | 708 filteredSeqGraph fsg(sg, sg_filter); in run_non_distributed_graph_tests() local 721 BGL_FORALL_VERTICES_T(v, fsg, filteredSeqGraph) { in run_non_distributed_graph_tests() 722 if (out_degree(v, fsg) == 0) ++n0; in run_non_distributed_graph_tests() 733 non_distributed_brandes_betweenness_centrality(pg, fsg, non_distributed_centrality); in run_non_distributed_graph_tests() 734 extract_max_bc_vertices(pg, fsg, non_distributed_centrality, max_seq_bc_vec); in run_non_distributed_graph_tests() 752 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(fsg) - 1); in run_non_distributed_graph_tests() 758 vertex(rand_vertex(gen), fsg); in run_non_distributed_graph_tests() 760 if (out_degree(v, fsg) != 0 in run_non_distributed_graph_tests() 772 non_distributed_brandes_betweenness_centrality(pg, fsg, buffer(sources). in run_non_distributed_graph_tests() 774 extract_max_bc_vertices(pg, fsg, nonDistributedApproxCentrality, max_seq_bc_vec); in run_non_distributed_graph_tests() [all …]
|