Include dependency graph for minimization_moore.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
template<typename A, typename T> | |
Element< A, T > | vcsn::minimization_moore (const Element< A, T > &a) |
Returns the minimal deterministic automaton associated to the input one. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::co_minimization_moore (const Element< A, T > &a) |
Returns the co-minimal co-deterministic automaton associated to the input one. | |
template<typename A, typename T> | |
void | vcsn::minimization_moore_here (Element< A, T > &a) |
Minimalize the deterministic input automaton. | |
template<typename A, typename T> | |
void | vcsn::co_minimization_moore_here (Element< A, T > &a) |
Co-minimalize the co-deterministic input automaton. |
Definition in file minimization_moore.hh.