Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dbipartite_test.cpp146 vector_graph_t bipartite_vector_graph(&bipartite_edges[0], in main() local
198 check_bipartite(bipartite_vector_graph, in main()
199 boost::get(boost::vertex_index, bipartite_vector_graph), true); in main()
209 BOOST_TEST(is_bipartite(bipartite_vector_graph)); in main()
/third_party/boost/libs/graph/example/
Dbipartite_example.cpp97 vector_graph_t bipartite_vector_graph(&bipartite_edges[0], in main() local
120 print_bipartite(bipartite_vector_graph); in main()