Vcsn
2.0
Be Rational
|
#include <unordered_map>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/attributes.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 | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename Aut > | |
ATTRIBUTE_CONST bool | vcsn::is_eps_acyclic (const Aut &aut) |
template<typename Aut > | |
bool | vcsn::dyn::detail::is_eps_acyclic (const automaton &aut) |
vcsn::dyn::detail::REGISTER_DECLARE (is_eps_acyclic,(const automaton &) -> bool) | |