Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dbipartite_test.cpp92 typename vertex_vector_t::iterator second_beyond in check_bipartite() local
97 BOOST_TEST(second_beyond == second_first); in check_bipartite()
102 check_odd_cycle(g, second_first, second_beyond); in check_bipartite()
105 second_beyond = boost::find_odd_cycle(g, index_map, second_first); in check_bipartite()
108 BOOST_TEST(second_beyond == second_first); in check_bipartite()
112 check_odd_cycle(g, second_first, second_beyond); in check_bipartite()