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
is-eps-acyclic.cc
Go to the documentation of this file.
1
#include <
vcsn/algos/is-eps-acyclic.hh
>
2
#include <
vcsn/dyn/algos.hh
>
3
#include <
vcsn/dyn/automaton.hh
>
4
#include <
lib/vcsn/algos/registry.hh
>
5
6
namespace
vcsn
7
{
8
9
/*----------------.
10
| is_eps_acyclic. |
11
`----------------*/
12
13
namespace
dyn
14
{
15
REGISTER_DEFINE(
is_eps_acyclic
);
16
17
bool
is_eps_acyclic
(
const
automaton
& aut)
18
{
19
return
detail::is_eps_acyclic_registry().call(aut);
20
}
21
}
22
}
vcsn::dyn::automaton
std::shared_ptr< detail::automaton_base > automaton
Definition:
automaton.hh:71
automaton.hh
registry.hh
algos.hh
vcsn::dyn::is_eps_acyclic
bool is_eps_acyclic(const automaton &aut)
Whether has no cycle of spontaneous transitions.
Definition:
is-eps-acyclic.cc:17
is-eps-acyclic.hh
lib
vcsn
algos
is-eps-acyclic.cc
Generated by
1.8.7