Home
last modified time | relevance | path

Searched refs:tree_edge (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/graph_parallel/doc/
Dbreadth_first_search.rst123 ``tree_edge(e, g)``
129 ``tree_edge`` in a distributed BFS.
134 ``tree_edge`` events in a distributed BFS. See the description of
135 ``tree_edge`` for additional details.
139 As with ``tree_edge`` not knowing when another process has already
166 ``tree_edge`` and ``non_tree_edge`` events to be completely
187 void tree_edge(Edge e, const Graph& g)
208 change with a distributed BFS. The extraneous ``tree_edge`` events
238 void tree_edge(Edge e, const Graph& g)
/third_party/boost/libs/graph/example/
Ddfs.cpp59 template < class Edge, class Graph > void tree_edge(Edge e, Graph& G) in tree_edge() function
63 Base::tree_edge(e, G); in tree_edge()
Dcycle-file-dep2.cpp49 vis.tree_edge(*ei, g); in dfs_v1()
77 template < typename E, typename G > void tree_edge(E, const G&) {} in tree_edge() function
Dtopo-sort-file-dep2.cpp47 vis.tree_edge(*ei, g); in dfs_v1()
75 template < typename E, typename G > void tree_edge(E, const G&) {} in tree_edge() function
Dboost_web_graph.cpp29 void tree_edge( in tree_edge() function in calc_distance_visitor
59 void tree_edge( in tree_edge() function in print_tree_visitor
Dkevin-bacon2.cpp66 void tree_edge(Edge e, const Graph& g) const in tree_edge() function in bacon_number_recorder
Dkevin-bacon.cpp28 void tree_edge(Edge e, const Graph& g) const in tree_edge() function in bacon_number_recorder
Dgirth.cpp76 void tree_edge(edge_descriptor e, Graph* g) in tree_edge() function in diameter_and_girth_visitor
Dparallel-compile-time.cpp66 vis.tree_edge(*ei, g); in dfs_v2()
/third_party/boost/boost/msm/mpl_graph/
Ddepth_first_search.hpp44 struct tree_edge { struct
81 … VisitorOps, typename VisitorOps::template tree_edge<mpl::_2, Graph, mpl::first<mpl::_1> >,
Dbreadth_first_search.hpp49 struct tree_edge { struct
85 … typename VisitorOps::template tree_edge<Edge, Graph, visitor_state>::type>::type,
/third_party/boost/boost/graph/
Ddepth_first_search.hpp46 vis.tree_edge(e, g); in constraints()
186 vis.tree_edge(*ei, g); in depth_first_visit_impl()
248 vis.tree_edge(*ei, g); in depth_first_visit_impl()
341 template < class Edge, class Graph > void tree_edge(Edge u, const Graph& g) in tree_edge() function in boost::dfs_visitor
Dbreadth_first_search.hpp44 vis.tree_edge(e, g); in constraints()
90 vis.tree_edge(*ei, g); in breadth_first_visit()
193 graph::bfs_visitor_event_not_overridden tree_edge(Edge e, Graph& g) in tree_edge() function in boost::bfs_visitor
Dundirected_dfs.hpp80 vis.tree_edge(*ei, g); in undir_dfv_impl()
148 vis.tree_edge(*ei, g);
Dbiconnected_components.hpp86 void tree_edge(const Edge& e, Graph& g) in tree_edge() function
99 vis.tree_edge(e, g); in tree_edge()
Ddijkstra_shortest_paths.hpp100 template < class Edge, class Graph > void tree_edge(Edge u, Graph& g) {} in tree_edge() function in boost::dijkstra_visitor
134 template < class Edge, class Graph > void tree_edge(Edge e, Graph& g) in tree_edge() function
Dcore_numbers.hpp82 template < class Edge, class Graph > void tree_edge(Edge, Graph&) {} in tree_edge() function in boost::core_numbers_visitor
/third_party/boost/libs/graph_parallel/test/
Ddistributed_dfs_test.cpp69 void tree_edge(Edge e, const Graph& g) in tree_edge() function
Ddistributed_csr_algorithm_test.cpp140 void tree_edge(Edge e, const Graph& g) in tree_edge() function
/third_party/boost/libs/msm/example/mpl_graph/
Dbreadth_first_search.cpp85 struct tree_edge : struct
/third_party/boost/libs/graph/test/
Dbfs.cpp70 void tree_edge(const Edge& e, const Graph& g) const in tree_edge() function in bfs_testing_visitor
Ddfs.cpp63 template < class Edge, class Graph > void tree_edge(Edge e, Graph& g) in tree_edge() function in dfs_test_visitor
Dundirected_dfs.cpp63 template < class Edge, class Graph > void tree_edge(Edge e, Graph& g) in tree_edge() function in dfs_test_visitor
/third_party/boost/boost/graph/distributed/
Ddepth_first_search.hpp195 vis.tree_edge(*ei, g); in shift_center_of_activity()
/third_party/boost/boost/graph/detail/
Dself_avoiding_walk.hpp200 template < class Edge, class Graph > bool tree_edge(Edge e, Graph& G) in tree_edge() function in boost::SAW_visitor

12