Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Disomorphism.cpp77 std::vector< vertex1 > orig_vertices; in randomly_permute_graph() local
79 std::back_inserter(orig_vertices)); in randomly_permute_graph()
81 std::random_shuffle(orig_vertices.begin(), orig_vertices.end(), rand_fun); in randomly_permute_graph()
83 std::shuffle(orig_vertices.begin(), orig_vertices.end(), gen); in randomly_permute_graph()
89 vertex_map[orig_vertices[i]] = add_vertex(g2); in randomly_permute_graph()
Dvf2_sub_graph_iso_test.cpp76 std::vector< vertex2 > orig_vertices; in randomly_permute_graph() local
78 std::back_inserter(orig_vertices)); in randomly_permute_graph()
80 std::random_shuffle(orig_vertices.begin(), orig_vertices.end(), rand_fun); in randomly_permute_graph()
82 std::shuffle(orig_vertices.begin(), orig_vertices.end(), gen); in randomly_permute_graph()
90 vertex_map[orig_vertices[i]] = *vi; in randomly_permute_graph()
92 get(vertex_name_t(), g2, orig_vertices[i])); in randomly_permute_graph()