Searched refs:vertex_order1 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 758 SubGraphIsoMapCallback user_callback, const VertexOrder1& vertex_order1, in match() argument 788 graph1_verts_iter = vertex_order1.begin(); in match() 789 while (graph1_verts_iter != vertex_order1.end() in match() 1143 IndexMap2 index_map2, const VertexOrder1& vertex_order1, in vf2_graph_iso() argument 1189 BOOST_ASSERT(num_vertices(graph1) == vertex_order1.size()); in vf2_graph_iso() 1213 return detail::match(graph1, graph2, user_callback, vertex_order1, s); in vf2_graph_iso() 1231 GraphIsoMapCallback user_callback, const VertexOrder1& vertex_order1, in vf2_graph_iso() argument 1240 vertex_order1, in vf2_graph_iso()
|