Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dbreadth_first_search.hpp45 vis.non_tree_edge(e, g); in constraints()
97 vis.non_tree_edge(*ei, g); in breadth_first_visit()
200 graph::bfs_visitor_event_not_overridden non_tree_edge(Edge e, Graph& g) in non_tree_edge() function in boost::bfs_visitor
Dcore_numbers.hpp84 template < class Edge, class Graph > void non_tree_edge(Edge, Graph&) {} in non_tree_edge() function in boost::core_numbers_visitor
Dastar_search.hpp99 void non_tree_edge(Edge e, const Graph& g) in non_tree_edge() function in boost::astar_visitor
172 void non_tree_edge(Edge, const Graph&) in non_tree_edge() function
Dcopy.hpp472 void non_tree_edge(Edge e, const Graph& g_in) const in non_tree_edge() function
Dbetweenness_centrality.hpp210 void non_tree_edge(edge_descriptor e, Graph& g) in non_tree_edge() function
Ddijkstra_shortest_paths.hpp163 template < class Edge, class Graph > void non_tree_edge(Edge, Graph&) {} in non_tree_edge() function
/third_party/boost/libs/graph_parallel/doc/
Dbreadth_first_search.rst128 ``non_tree_edge`` events in a sequential BFS may become
132 ``non_tree_edge(e, g)``
133 Some ``non_tree_edge`` events in a sequential BFS may become
166 ``tree_edge`` and ``non_tree_edge`` events to be completely
/third_party/boost/libs/graph/example/
Dgirth.cpp84 void non_tree_edge(edge_descriptor e, Graph* g) in non_tree_edge() function in diameter_and_girth_visitor
/third_party/boost/boost/msm/mpl_graph/
Dbreadth_first_search.hpp54 struct non_tree_edge { struct
/third_party/boost/libs/graph/test/
Dbfs.cpp78 void non_tree_edge(const Edge& e, const Graph& g) const in non_tree_edge() function in bfs_testing_visitor