Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp742 typename VertexOrder1::const_iterator graph1_verts_iter; member
764 typename VertexOrder1::const_iterator graph1_verts_iter; in match() local
788 graph1_verts_iter = vertex_order1.begin(); in match()
789 while (graph1_verts_iter != vertex_order1.end() in match()
790 && !s.possible_candidate1(*graph1_verts_iter)) in match()
792 ++graph1_verts_iter; in match()
800 if (s.feasible(*graph1_verts_iter, *graph2_verts_iter)) in match()
803 kk.graph1_verts_iter = graph1_verts_iter; in match()
807 s.push(*graph1_verts_iter, *graph2_verts_iter); in match()
820 graph1_verts_iter = kk.graph1_verts_iter; in match()
[all …]