Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dis_kuratowski_subgraph.hpp109 typedef adjacency_list< vecS, vecS, undirectedS > small_graph_t; in is_kuratowski_subgraph() typedef
114 static small_graph_t K_5(detail::make_K_5< small_graph_t >()); in is_kuratowski_subgraph()
116 static small_graph_t K_3_3(detail::make_K_3_3< small_graph_t >()); in is_kuratowski_subgraph()
247 small_graph_t contracted_graph(main_vertices.size()); in is_kuratowski_subgraph()
249 typename graph_traits< small_graph_t >::vertex_descriptor > in is_kuratowski_subgraph()
254 typename graph_traits< small_graph_t >::vertex_iterator si in is_kuratowski_subgraph()