17 #ifndef DYN_ALGOS_ALIASES
18 #define DYN_ALGOS_ALIASES
An automaton_t is essentially a shared pointer to an abstract_automaton_t, but also contains static f...
Definition: automaton.hh:93
An options_t is a set of optional parameters that is passed on to called functions.
Definition: options.hh:86
Main class for representing rational expresson at the dynamical layer.
Definition: ratexp.hh:66
automaton_t coquotient(automaton_t aut, std::vector< std::vector< state_t >> &equiv, options_t opts={})
Computes the coquotient of an automaton with respect to a given equivalence.
automaton_t min_coquotient(automaton_t aut, options_t opts={})
Computes the minimal coquotient of aut.
automaton_t exp_to_aut(ratexp_t ratexp, options_t opts={})
Computes an automaton equivalent to ratexp.
automaton_t right_reduce(automaton_t aut)
Simpy calls transpose, left_reduce, transpose.
std::shared_ptr< const node< Label, Weight > > ratexp
Definition: fwd.hh:172
Main namespace of Awali.
Definition: ato.hh:22