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
automaton_t suffix(automaton_t aut, options_t opts={})
Computes an automaton accepting all suffixes of words accepted by aut; function will modify aut or no...
automaton_t factor(automaton_t aut, options_t opts={})
Computes an automaton accepting all factors of words accepted by aut; function will modify aut or not...
automaton_t prefix(automaton_t aut, options_t opts={})
Computes an automaton accepting all prefixes of words accepted by aut; function will modify aut or no...
Main namespace of Awali.
Definition: ato.hh:22