Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp743 typename graph_traits< Graph2 >::vertex_iterator graph2_verts_iter; member
768 vertex2_iterator_type graph2_verts_iter, graph2_verts_iter_end; in match() local
795 boost::tie(graph2_verts_iter, graph2_verts_iter_end) = vertices(graph2); in match()
796 while (graph2_verts_iter != graph2_verts_iter_end) in match()
798 if (s.possible_candidate2(*graph2_verts_iter)) in match()
800 if (s.feasible(*graph1_verts_iter, *graph2_verts_iter)) in match()
804 kk.graph2_verts_iter = graph2_verts_iter; in match()
807 s.push(*graph1_verts_iter, *graph2_verts_iter); in match()
812 ++graph2_verts_iter; in match()
821 graph2_verts_iter = kk.graph2_verts_iter; in match()
[all …]