Searched defs:bfs_test (Results 1 – 1 of 1) sorted by relevance
124 template < class Graph > struct bfs_test struct126 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()