• Home
  • Raw
  • Download

Lines Matching refs:fsg

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()
786 std::vector<int> seq_centralityS(num_vertices(fsg), 0); in run_non_distributed_graph_tests()
787 seqCentralityMap seq_centrality(seq_centralityS.begin(), get(vertex_index, fsg)); in run_non_distributed_graph_tests()
793 brandes_betweenness_centrality(fsg, seq_centrality); in run_non_distributed_graph_tests()
798 BGL_FORALL_VERTICES_T(v, fsg, filteredSeqGraph ) { in run_non_distributed_graph_tests()
1067 fsg(sg, sg_filter); in run_distributed_graph_tests() local
1082 brandes_betweenness_centrality(fsg, seq_centrality); in run_distributed_graph_tests()
1087 BGL_FORALL_VERTICES_T(v, fsg, filteredSeqGraph ) { in run_distributed_graph_tests()