Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
is-eps-acyclic.hh File Reference
#include <unordered_map>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/attributes.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/core/fwd.hh>
Include dependency graph for is-eps-acyclic.hh:
This graph shows which files directly or indirectly include this file:

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)