Vcsn
2.0
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
are-isomorphic.cc
Go to the documentation of this file.
1
#include <
lib/vcsn/algos/registry.hh
>
2
#include <
vcsn/algos/are-isomorphic.hh
>
3
#include <
vcsn/dyn/algos.hh
>
4
5
namespace
vcsn
6
{
7
namespace
dyn
8
{
9
REGISTER_DEFINE(
are_isomorphic
);
10
11
bool
12
are_isomorphic
(
const
automaton
& lhs,
const
automaton
& rhs)
13
{
14
return
detail::are_isomorphic_registry().call(lhs, rhs);
15
}
16
}
17
}
vcsn::dyn::automaton
std::shared_ptr< detail::automaton_base > automaton
Definition:
automaton.hh:71
are-isomorphic.hh
vcsn::dyn::are_isomorphic
bool are_isomorphic(const automaton &lhs, const automaton &rhs)
Whether there exists an isomorphism between the states of lhs and those of rhs.
Definition:
are-isomorphic.cc:12
registry.hh
algos.hh
lib
vcsn
algos
are-isomorphic.cc
Generated by
1.8.7