Vcsn  2.3a
Be Rational
normalize.hh File Reference
Include dependency graph for normalize.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<Automaton Aut>
bool vcsn::is_normalized (const Aut &a)
 Whether a is standard and co-standard. More...
 
template<Automaton Aut>
auto vcsn::normalize (const Aut &a) -> decltype(copy(a))
 Normalize a automaton. More...
 
template<Automaton Aut>
bool vcsn::dyn::detail::is_normalized (const automaton &aut)
 Bridge. More...
 
template<Automaton Aut>
automaton vcsn::dyn::detail::normalize (const automaton &aut)
 Bridge. More...