Searched refs:correct_num_vertices (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | graphviz_test.cpp | 48 std::size_t correct_num_vertices, mass_map_t const& masses, 53 bool test_graph(std::istream& dotfile, std::size_t correct_num_vertices, in test_graph() argument 59 return test_graph(dotfile, g, correct_num_vertices, masses, weights, in test_graph() 67 std::size_t correct_num_vertices, mass_map_t const& masses, argument 95 BOOST_CHECK_EQUAL(num_vertices(graph), correct_num_vertices);
|