Searched refs:vf2_subgraph_iso (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | vf2_sub_graph_iso_test_2.cpp | 61 bool exists = vf2_subgraph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases() 68 bool exists = vf2_subgraph_iso(gEmpty, gLarge, callback); in test_empty_graph_cases() 140 bool exists = vf2_subgraph_iso(gLarge, gSmall, callback); in test_return_value() 148 bool exists = vf2_subgraph_iso(gLarge, gLarge, callback, in test_return_value() 157 bool exists = vf2_subgraph_iso(gLarge, gLarge, callback); in test_return_value() 164 bool exists = vf2_subgraph_iso(gLarge, gLarge, callback); in test_return_value()
|
D | vf2_sub_graph_iso_test.cpp | 284 BOOST_TEST(vf2_subgraph_iso(g1, g2, callback, vertex_order_by_mult(g1), in test_vf2_sub_graph_iso() 286 BOOST_TEST(vf2_subgraph_iso(g1, g2, callback, in test_vf2_sub_graph_iso()
|
/third_party/boost/libs/graph/example/ |
D | vf2_sub_graph_iso_example.cpp | 49 vf2_subgraph_iso(graph1, graph2, callback); in main()
|
D | vf2_sub_graph_iso_multi_example.cpp | 91 vf2_subgraph_iso(graph1, graph2, callback, vertex_order_by_mult(graph1), in main()
|
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 1088 bool vf2_subgraph_iso(const GraphSmall& graph_small, in vf2_subgraph_iso() function 1102 bool vf2_subgraph_iso(const GraphSmall& graph_small, in vf2_subgraph_iso() function 1106 return vf2_subgraph_iso(graph_small, graph_large, user_callback, in vf2_subgraph_iso() 1116 bool vf2_subgraph_iso(const GraphSmall& graph_small, in vf2_subgraph_iso() function 1122 return vf2_subgraph_iso(graph_small, graph_large, user_callback, in vf2_subgraph_iso()
|