Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dmatching_test.cpp147 mate_t extra_greedy_mate(double_num_v); in matching_test() local
185 g, extra_greedy_mate, get(vertex_index, g)); in matching_test()
230 bool extra_greedy_sanity_check = is_a_matching(g, extra_greedy_mate) in matching_test()
231 && matching_size(g, extra_greedy_mate) == num_v; in matching_test()