Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dfiltered_graph_properties_dijkstra.cpp92 boost::filtered_graph< tGraph, Filter > filteredGraph(m_Graph, rFilter); in dijkstra() local
94 boost::dijkstra_shortest_paths(filteredGraph, nodeSource, in dijkstra()
/third_party/boost/libs/graph_parallel/test/
Dssca.cpp980 filteredGraph; in run_distributed_graph_tests() typedef
981 filteredGraph fg(g, filter); in run_distributed_graph_tests()
995 BGL_FORALL_VERTICES_T(v, fg, filteredGraph) { in run_distributed_graph_tests()