Home
last modified time | relevance | path

Searched defs:graph2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp116 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 …]
Dvf2_sub_graph_iso.hpp477 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/
Dvf2_sub_graph_iso_example.cpp32 graph_type graph2(num_vertices2); in main() local
Dvf2_sub_graph_iso_multi_example.cpp41 graph_type graph2; in main() local
/third_party/boost/libs/graph/test/
Disomorphism.cpp126 graph2; in test_isomorphism2() typedef
190 graph2; in test_isomorphism() typedef
Dmcgregor_subgraphs_test.cpp352 Graph common_subgraph, graph1, graph2; in main() local
Dvf2_sub_graph_iso_test.cpp245 graph2; in test_vf2_sub_graph_iso() typedef