Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dfiltered_graph_properties_dijkstra.cpp70 template < class Graph > struct EdgeFilter struct
74 EdgeFilter(); argument
76 explicit EdgeFilter(Graph const*);
101 EdgeFilter< UndirectedGraph > const&) const; argument
/third_party/boost/libs/graph_parallel/test/
Ddistributed_rmat_cc.cpp73 EdgeFilter; in test_filtered_rmat_cc() typedef
75 typedef unique_rmat_iterator<rand48, Graph, EdgeFilter> in test_filtered_rmat_cc()
81 Graph g(RMATIter(gen, n, m, a, b, c, d, true, EdgeFilter(distrib, id)), in test_filtered_rmat_cc()
Dssca.cpp880 EdgeFilter; in run_distributed_graph_tests() typedef
901 typedef unique_rmat_iterator<RandomGenerator, Graph, EdgeFilter> RMATIter; in run_distributed_graph_tests()
902 Graph g(RMATIter(gen, n, m, a, b, c, d, true EdgeFilter(distrib, id)), in run_distributed_graph_tests()
/third_party/boost/libs/graph_parallel/doc/
Dsorted_unique_rmat_generator.rst95 mpi_process_group::process_id_type> EdgeFilter;
112 true, EdgeFilter(distrib, id)),