

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
Functions | |
| template<typename A, typename AI> | |
| Element< A, AI > | minimization_moore (const Element< A, AI > &a) |
| Returns the minimal deterministic automaton associated to the input one. | |
| template<typename A, typename AI> | |
| Element< A, AI > | co_minimization_moore (const Element< A, AI > &a) |
| Returns the co-minimal co-deterministic automaton associated to the input one. | |
| template<typename A, typename AI> | |
| void | minimization_moore_here (Element< A, AI > &a) |
| Minimalize the deterministic input automaton. | |
| template<typename A, typename AI> | |
| void | co_minimization_moore_here (Element< A, AI > &a) |
| Co-minimalize the co-deterministic input automaton. | |
Definition in file minimization_moore.hh.
1.5.6