Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

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