Searched refs:mcgregor_common_subgraphs_maximum (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/graph/ |
D | mcgregor_common_subgraphs.hpp | 818 void mcgregor_common_subgraphs_maximum(const GraphFirst& graph1, in mcgregor_common_subgraphs_maximum() function 842 void mcgregor_common_subgraphs_maximum(const GraphFirst& graph1, in mcgregor_common_subgraphs_maximum() function 846 mcgregor_common_subgraphs_maximum(graph1, graph2, get(vertex_index, graph1), in mcgregor_common_subgraphs_maximum() 854 void mcgregor_common_subgraphs_maximum(const GraphFirst& graph1, in mcgregor_common_subgraphs_maximum() function 859 mcgregor_common_subgraphs_maximum(graph1, graph2, in mcgregor_common_subgraphs_maximum()
|
/third_party/boost/libs/graph/example/ |
D | mcgregor_subgraphs_example.cpp | 138 mcgregor_common_subgraphs_maximum(graph_simple1, graph_simple2, true, in main()
|
/third_party/boost/libs/graph/test/ |
D | mcgregor_subgraphs_test.cpp | 478 boost::mcgregor_common_subgraphs_maximum(graph_simple1, graph_simple2, true, in main()
|