Home
last modified time | relevance | path

Searched defs:bfs_test (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/graph/test/
Dbfs.cpp124 template < class Graph > struct bfs_test struct
126 typedef boost::graph_traits< Graph > Traits;
127 typedef typename Traits::vertices_size_type vertices_size_type;
128 static void go(vertices_size_type max_V) in go()