Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Disomorphism.hpp50 IndexMap1 index_map1; member in boost::detail::isomorphism_algo
141 std::size_t max_invariant, IndexMap1 index_map1, in isomorphism_algo() argument
149 , index_map1(index_map1) in isomorphism_algo()
201 color_map(color_vec.begin(), color_vec.size(), index_map1); in test_isomorphism()
215 dfs_num_vec.begin(), dfs_num_vec.size(), index_map1 in test_isomorphism()
490 IndexMap1 index_map1, IndexMap2 index_map2) in isomorphism() argument
530 algo(G1, G2, f, invariant1, invariant2, max_invariant, index_map1, in isomorphism()
542 IndexMap1 index_map1, IndexMap2 index_map2, in isomorphism_impl() argument
555 in_degree1_vec.begin(), in_degree1_vec.size(), index_map1); in isomorphism_impl()
579 index_map1, index_map2); in isomorphism_impl()
Dvf2_sub_graph_iso.hpp477 state(const Graph1& graph1, const Graph2& graph2, IndexMap1 index_map1, in state() argument
482 , index_map1_(index_map1) in state()
485 , state1_(graph1, graph2, index_map1, index_map2) in state()
486 , state2_(graph2, graph1, index_map2, index_map1) in state()
1142 GraphIsoMapCallback user_callback, IndexMap1 index_map1, in vf2_graph_iso() argument
1211 s(graph1, graph2, index_map1, index_map2, edge_comp, vertex_comp); in vf2_graph_iso()
/third_party/boost/libs/graph/test/
Dadjacency_matrix_test.cpp148 IndexMap1 index_map1 = boost::get(boost::vertex_index_t(), g1); in run_test() local
161 boost::get(index_map1, *vi1) == boost::get(index_map2, *vi2)); in run_test()
169 boost::get(index_map1, *ai1) == boost::get(index_map2, *ai2)); in run_test()
181 boost::get(index_map1, *vi1) == boost::get(index_map2, *vi2)); in run_test()
188 BOOST_TEST(boost::get(index_map1, boost::target(*ei1, g1)) in run_test()
201 boost::get(index_map1, *vi1) == boost::get(index_map2, *vi2)); in run_test()
208 BOOST_TEST(boost::get(index_map1, boost::target(*iei1, g1)) in run_test()
218 get(index_map1, source(e, g1)), get(index_map1, target(e, g1)))); in run_test()
/third_party/boost/libs/graph/doc/
Disomorphism-impl.w250 IndexMap1 index_map1, IndexMap2 index_map2)
400 invar1(invar1_vec.begin(), index_map1);
519 if (color_vec[get(index_map1, *ui)]
523 index_map1),
524 make_iterator_property_map(&color_vec[0], index_map1,
575 (make_iterator_property_map(perm.begin(), index_map1, perm[0]), g1));
632 make_iterator_property_map(perm.begin(), index_map1, perm[0]),
654 IndexMap1 index_map1,
722 if (get(index_map1, k) != edge_order(*edge_iter, index_map1, g1))
936 my_f(my_f_vec.begin(), index_map1);
[all …]
Disomorphism-impl-v2.w333 IndexMap1 index_map1, IndexMap2 index_map2)
357 index_map1, index_map2);
619 color_map(color_vec.begin(), color_vec.size(), index_map1);
631 dfs_number_vec.size(), index_map1);
708 IndexMap1 index_map1;
741 IndexMap1 index_map1, IndexMap2 index_map2)
744 index_map1(index_map1), index_map2(index_map2)
748 (f_assigned_vec.begin(), f_assigned_vec.size(), index_map1);
959 IsoMapping f, IndexMap1 index_map1, IndexMap2 index_map2,
964 InDeg1 in_degree1(in_degree1_vec.begin(), in_degree1_vec.size(), index_map1);
[all …]
Disomorphism-impl-v3.w449 IndexMap1 index_map1, IndexMap2 index_map2)
474 index_map1, index_map2);
674 color_map(color_vec.begin(), color_vec.size(), index_map1);
686 dfs_num_vec.size(), index_map1);
768 IndexMap1 index_map1;
797 IndexMap1 index_map1, IndexMap2 index_map2)
800 index_map1(index_map1), index_map2(index_map2)
871 IsoMapping f, IndexMap1 index_map1, IndexMap2 index_map2,
877 InDeg1 in_degree1(in_degree1_vec.begin(), in_degree1_vec.size(), index_map1);
896 index_map1, index_map2