Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dmatching_test.cpp200 bool edmonds_sanity_check = is_a_matching(g, edmonds_mate) in matching_test() local
203 BOOST_TEST(edmonds_sanity_check); in matching_test()
204 if (edmonds_result && !edmonds_sanity_check) in matching_test()