Home
last modified time | relevance | path

Searched refs:mcgregor_common_subgraphs_maximum (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp818 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/
Dmcgregor_subgraphs_example.cpp138 mcgregor_common_subgraphs_maximum(graph_simple1, graph_simple2, true, in main()
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp478 boost::mcgregor_common_subgraphs_maximum(graph_simple1, graph_simple2, true, in main()