Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dbipartite_test.cpp91 typename vertex_vector_t::iterator second_first = odd_cycle.begin(); in check_bipartite() local
93 = boost::find_odd_cycle(g, index_map, partition_map, second_first); in check_bipartite()
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()