Home
last modified time | relevance | path

Searched refs:examine_edge (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/graph/
Dmaximum_adjacency_search.hpp61 vis.examine_edge(e, g); in constraints()
87 template < class Edge, class Graph > void examine_edge(Edge e, Graph& g) in examine_edge() function in boost::mas_visitor
164 vis.examine_edge(e, g); in maximum_adjacency_search()
190 vis.examine_edge(e, g); in maximum_adjacency_search()
Dbellman_ford_shortest_paths.hpp41 vis.examine_edge(e, g); in constraints()
58 template < class Edge, class Graph > void examine_edge(Edge u, Graph& g) in examine_edge() function in boost::bellman_visitor
111 v.examine_edge(*i, g); in bellman_ford_shortest_paths()
Ddepth_first_search.hpp45 vis.examine_edge(e, g); in constraints()
182 vis.examine_edge(*ei, g); in depth_first_visit_impl()
244 vis.examine_edge(*ei, g); in depth_first_visit_impl()
337 void examine_edge(Edge u, const Graph& g) in examine_edge() function in boost::dfs_visitor
Dcore_numbers.hpp53 vis.examine_edge(e, g); in constraints()
165 vis.examine_edge(*oi, g); in core_numbers_impl()
276 vis.examine_edge(*oi, g); in core_numbers_impl()
Dbreadth_first_search.hpp43 vis.examine_edge(e, g); in constraints()
86 vis.examine_edge(*ei, g); in breadth_first_visit()
186 graph::bfs_visitor_event_not_overridden examine_edge(Edge e, Graph& g) in examine_edge() function in boost::bfs_visitor
Dundirected_dfs.hpp74 vis.examine_edge(*ei, g); in undir_dfv_impl()
142 vis.examine_edge(*ei, g);
Dastar_search.hpp64 vis.examine_edge(e, g); in constraints()
165 void examine_edge(Edge e, const Graph& g) in examine_edge() function
169 m_vis.examine_edge(e, g); in examine_edge()
325 vis.examine_edge(e, g); in astar_search_no_init_tree()
Ddijkstra_shortest_paths.hpp72 vis.examine_edge(e, g); in constraints()
174 template < class Edge, class Graph > void examine_edge(Edge e, Graph& g) in examine_edge() function
207 m_vis.examine_edge(e, g); in examine_edge()
Dbiconnected_components.hpp80 void examine_edge(const Edge& e, Graph& g) in examine_edge() function
82 vis.examine_edge(e, g); in examine_edge()
Ddijkstra_shortest_paths_no_color_map.hpp84 visitor.examine_edge(current_edge, graph); in dijkstra_shortest_paths_no_color_map_no_init()
Dstoer_wagner_min_cut.hpp69 void examine_edge(Edge e, const Graph& g) in examine_edge() function in boost::detail::mas_min_cut_visitor
/third_party/boost/libs/graph/doc/figs/
Dgraph_search.fig31 4 0 0 50 0 14 14 0.0000 4 195 2700 2475 3900 p.examine_edge(e, g)\001
Dsearch_states.fig45 4 0 0 50 0 14 14 0.0000 4 195 2295 690 3345 examine_edge(u,v)\001
/third_party/boost/boost/msm/mpl_graph/
Dbreadth_first_search.hpp44 struct examine_edge { struct
78 …typedef typename VisitorOps::template examine_edge<Edge, Graph, typename mpl::at_c<VCQState, 0>::t…
/third_party/boost/boost/graph/distributed/
Deager_dijkstra_shortest_paths.hpp108 void examine_edge(Edge e, Graph& g) { in examine_edge() function
112 m_vis.examine_edge(e, g); in examine_edge()
Ddepth_first_search.hpp187 vis.examine_edge(*ei, g); in shift_center_of_activity()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_dfs_test.cpp63 void examine_edge(Edge e, const Graph& g) in examine_edge() function
Ddistributed_csr_algorithm_test.cpp134 void examine_edge(Edge e, const Graph& g) in examine_edge() function
/third_party/boost/libs/graph_parallel/doc/
Dtsin_depth_first_visit.rst148 ``examine_edge(e, g)``
154 Similar to ``examine_edge``, this will be invoked by the process
Dbreadth_first_search.rst117 ``examine_edge(e, g)``
124 Similar to ``examine_edge``, this will be invoked by the process
Ddijkstra_shortest_paths.rst141 ``examine_edge(e, g)``
148 Similar to ``examine_edge``, this will be invoked by the process
/third_party/boost/libs/graph/test/
Ddfs.cpp58 template < class Edge, class Graph > void examine_edge(Edge e, Graph& g) in examine_edge() function in dfs_test_visitor
Dbfs.cpp66 void examine_edge(const Edge& e, const Graph& g) const in examine_edge() function in bfs_testing_visitor
Dundirected_dfs.cpp58 template < class Edge, class Graph > void examine_edge(Edge e, Graph& g) in examine_edge() function in dfs_test_visitor
/third_party/boost/libs/msm/example/mpl_graph/
Dbreadth_first_search.cpp78 struct examine_edge : struct

12