

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
Classes | |
| struct | DefaultChooser |
| Default chooser for aut_to_exp(). More... | |
| struct | RandomChooser |
| Choose randomly a state between all currently choosable. More... | |
| struct | DMChooser |
| Choose a state accordingly to an heuristic. More... | |
| class | ListChooser |
| Chooser for aut_to_exp(). More... | |
Functions | |
| template<typename A, typename AI> | |
| Element< A, AI >::series_set_elt_t | aut_to_exp (const Element< A, AI > &a) |
| Returns a series which describes the language of the automaton. | |
| template<typename A, typename AI, typename Chooser> | |
| Element< A, AI >::series_set_elt_t | aut_to_exp (const Element< A, AI > &a, const Chooser &c) |
| Returns a series which describes the language of the automaton. | |
Definition in file aut_to_exp.hh.
1.5.6