Searched refs:graph2_verts_iter (Results 1 – 1 of 1) sorted by relevance
743 typename graph_traits< Graph2 >::vertex_iterator graph2_verts_iter; member768 vertex2_iterator_type graph2_verts_iter, graph2_verts_iter_end; in match() local795 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 …]