Searched defs:graph2 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/graph/ |
D | mcgregor_common_subgraphs.hpp | 116 bool can_extend_graph(const GraphFirst& graph1, const GraphSecond& graph2, in can_extend_graph() 291 const GraphSecond& graph2, const VertexIndexMapFirst& vindex_map1, in mcgregor_common_subgraphs_internal() 419 const GraphFirst& graph1, const GraphSecond& graph2, in mcgregor_common_subgraphs_internal_init() 472 const GraphSecond& graph2, const VertexIndexMapFirst vindex_map1, in mcgregor_common_subgraphs() 488 const GraphSecond& graph2, bool only_connected_subgraphs, in mcgregor_common_subgraphs() 502 const GraphSecond& graph2, bool only_connected_subgraphs, in mcgregor_common_subgraphs() 644 const GraphSecond& graph2, const VertexIndexMapFirst vindex_map1, in mcgregor_common_subgraphs_unique() 665 const GraphSecond& graph2, bool only_connected_subgraphs, in mcgregor_common_subgraphs_unique() 677 const GraphSecond& graph2, bool only_connected_subgraphs, in mcgregor_common_subgraphs_unique() 819 const GraphSecond& graph2, const VertexIndexMapFirst vindex_map1, in mcgregor_common_subgraphs_maximum() [all …]
|
D | vf2_sub_graph_iso.hpp | 477 state(const Graph1& graph1, const Graph2& graph2, IndexMap1 index_map1, in state() 757 bool match(const Graph1& graph1, const Graph2& graph2, in match() 1141 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() 1218 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() 1230 bool vf2_graph_iso(const Graph1& graph1, const Graph2& graph2, in vf2_graph_iso() 1250 inline bool verify_vf2_subgraph_iso(const Graph1& graph1, const Graph2& graph2, in verify_vf2_subgraph_iso() 1288 const Graph1& graph1, const Graph2& graph2, const CorresponenceMap1To2 f) in verify_vf2_subgraph_iso()
|
/third_party/boost/libs/graph/example/ |
D | vf2_sub_graph_iso_example.cpp | 32 graph_type graph2(num_vertices2); in main() local
|
D | vf2_sub_graph_iso_multi_example.cpp | 41 graph_type graph2; in main() local
|
/third_party/boost/libs/graph/test/ |
D | isomorphism.cpp | 126 graph2; in test_isomorphism2() typedef 190 graph2; in test_isomorphism() typedef
|
D | mcgregor_subgraphs_test.cpp | 352 Graph common_subgraph, graph1, graph2; in main() local
|
D | vf2_sub_graph_iso_test.cpp | 245 graph2; in test_vf2_sub_graph_iso() typedef
|