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... | |
class | ListChooser |
Chooser for aut_to_exp(). More... | |
Functions | |
template<typename A, typename T> | |
Element< A, T >::series_set_elt_t | aut_to_exp (const Element< A, T > &a) |
Returns a series which describes the language of the automaton. | |
template<typename A, typename T, typename Chooser_> | |
Element< A, T >::series_set_elt_t | aut_to_exp (const Element< A, T > &a, const Chooser_ &c) |
Returns a series which describes the language of the automaton. |
Definition in file aut_to_exp.hh.