Searched refs:vf2_graph_iso (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | vf2_sub_graph_iso_test_2.cpp | 53 bool exists = vf2_graph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases() 107 bool exists = vf2_graph_iso(gSmall, gLarge, callback); in test_return_value() 116 = vf2_graph_iso(gLarge, gLarge, callback, vertex_order_by_mult(gLarge), in test_return_value() 124 bool exists = vf2_graph_iso(gLarge, gLarge, callback); in test_return_value() 131 bool exists = vf2_graph_iso(gLarge, gLarge, callback); in test_return_value()
|
D | vf2_sub_graph_iso_test.cpp | 297 BOOST_TEST(vf2_graph_iso(g1, g2, callback, vertex_order_by_mult(g1), in test_vf2_sub_graph_iso()
|
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 1141 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() function 1218 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() function 1222 return vf2_graph_iso(graph1, graph2, user_callback, in vf2_graph_iso() 1230 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() function 1235 return vf2_graph_iso(graph1, graph2, user_callback, in vf2_graph_iso()
|