17 #ifndef DYN_MODULES_PRODUCT_HH
18 #define DYN_MODULES_PRODUCT_HH
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 infiltration(automaton_t aut1, automaton_t aut2, options_t opts={})
Computes the infiltration product of aut1 and aut2.
automaton_t shuffle(automaton_t aut1, automaton_t aut2, options_t opts={})
Computes the shuffle product of aut1 and aut2.
automaton_t sum(automaton_t aut1, automaton_t aut2, options_t opts={})
Computes the parallele union of aut1 and aut2.
automaton_t product(automaton_t aut1, automaton_t aut2, options_t opts={})
Computes the classical product of aut1 and aut2.
automaton_t concatenate(automaton_t aut1, automaton_t aut2, options_t opts={})
Concatenates aut2 to aut1 or computes a new standard automaton.
Main namespace of Awali.
Definition: ato.hh:22