Vcsn
2.2
Be Rational
|
#include <unordered_map>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/attributes.hh>
#include <vcsn/misc/builtins.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/core/fwd.hh>
Go to the source code of this file.
Classes | |
struct | vcsn::detail::epsilon_acyclic< Aut, has_one > |
struct | vcsn::detail::epsilon_acyclic< Aut, true > |
Detect epsilon-circuits. More... | |
struct | vcsn::detail::epsilon_acyclic< Aut, false > |
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<Automaton Aut> | |
ATTRIBUTE_CONST bool | vcsn::is_eps_acyclic (const Aut &aut) |
template<Automaton Aut> | |
bool | vcsn::dyn::detail::is_eps_acyclic (const automaton &aut) |
Bridge. More... | |