#include <isomorphism.hpp>
template<typename Graph1 , typename Graph2 , typename IsoMapping , typename Invariant1 , typename Invariant2 , typename IndexMap1 , typename IndexMap2 >
boost::detail::isomorphism_algo< Graph1, Graph2, IsoMapping, Invariant1, Invariant2, IndexMap1, IndexMap2 >::isomorphism_algo |
( |
const Graph1 & |
G1, |
|
|
const Graph2 & |
G2, |
|
|
IsoMapping |
f, |
|
|
Invariant1 |
invariant1, |
|
|
Invariant2 |
invariant2, |
|
|
std::size_t |
max_invariant, |
|
|
IndexMap1 |
index_map1, |
|
|
IndexMap2 |
index_map2 |
|
) |
| |
|
inline |
template<typename Graph1 , typename Graph2 , typename IsoMapping , typename Invariant1 , typename Invariant2 , typename IndexMap1 , typename IndexMap2 >
References BGL_FORALL_VERTICES_T, boost::color_map(), boost::detail::isomorphism_algo< Graph1, Graph2, IsoMapping, Invariant1, Invariant2, IndexMap1, IndexMap2 >::compare_multiplicity, boost::depth_first_visit(), boost::algorithm::detail::equal(), boost::make_safe_iterator_property_map(), boost::detail::match(), boost::n, boost::num_vertices(), and boost::white().
template<typename Graph1 , typename Graph2 , typename IsoMapping , typename Invariant1 , typename Invariant2 , typename IndexMap1 , typename IndexMap2 >
friend struct compare_multiplicity |
|
friend |
The documentation for this class was generated from the following file: