Vaucanson
1.4.1
|
This file provides minimization and quotient algorithms. More...
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. |
Functions | |
template<typename A , typename AI > | |
Element< A, AI > | minimization_hopcroft (const Element< A, AI > &a) |
Return the minimal automaton using the hopcroft algorithm. | |
template<typename A , typename AI > | |
Element< A, AI > | quotient (const Element< A, AI > &a) |
Return the quotient of a non-deterministic acceptor. |
This file provides minimization and quotient algorithms.
Definition in file minimization_hopcroft.hh.