Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Ddfs.cpp103 template < typename Graph > struct dfs_test struct
105 typedef boost::graph_traits< Graph > Traits;
106 typedef typename Traits::vertices_size_type vertices_size_type;
108 static void go(vertices_size_type max_V) in go()
Dundirected_dfs.cpp103 template < typename Graph > struct dfs_test struct
105 typedef boost::graph_traits< Graph > Traits;
106 typedef typename Traits::vertices_size_type vertices_size_type;
108 static void go(vertices_size_type max_V) in go()