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