17 #ifndef DYN_ELIMINATE_HH
18 #define DYN_ELIMINATE_HH
An automaton_t is essentially a shared pointer to an abstract_automaton_t, but also contains static f...
Definition: automaton.hh:93
automaton_t lift(automaton_t aut)
Builds some kind of copy of aut with weights that are rational expressions with the context of aut,...
void eliminate_state(automaton_t aut, state_t s)
Deletes a state from a lifted automaton.
void eliminate_state_by_name(automaton_t aut, std::string state_name)
Deletes a state from a lifted automaton.
unsigned state_t
Type representing automata states; currently simply identifiers of type unsigned, but this might chan...
Definition: typedefs.hh:28
Main namespace of Awali.
Definition: ato.hh:22