Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Dssca.cpp787 seqCentralityMap seq_centrality(seq_centralityS.begin(), get(vertex_index, fsg)); in run_non_distributed_graph_tests() local
793 brandes_betweenness_centrality(fsg, seq_centrality); in run_non_distributed_graph_tests()
799 if (get(seq_centrality, v) == max_) in run_non_distributed_graph_tests()
801 else if (get(seq_centrality, v) > max_) { in run_non_distributed_graph_tests()
802 max_ = get(seq_centrality, v); in run_non_distributed_graph_tests()
826 if (get(non_distributed_centrality, v) != get(seq_centrality, v)) { in run_non_distributed_graph_tests()
830 << get(seq_centrality, v) << ")\n"; in run_non_distributed_graph_tests()
1074 seqCentralityMap seq_centrality(seq_centralityS.begin(), get(vertex_index, sg)); in run_distributed_graph_tests() local
1082 brandes_betweenness_centrality(fsg, seq_centrality); in run_distributed_graph_tests()
1088 if (get(seq_centrality, v) == max_) in run_distributed_graph_tests()
[all …]