17 #ifndef DYN_TDC_EVAL_EVAL_HH
18 #define DYN_TDC_EVAL_EVAL_HH
An automaton_t is essentially a shared pointer to an abstract_automaton_t, but also contains static f...
Definition: automaton.hh:93
Main class for representing rational expresson at the dynamical layer.
Definition: ratexp.hh:66
automaton_t eval_tdc(automaton_t aut, transducer_t tdc)
ratexp_t eval_word(transducer_t tdc, const std::string &word)
ratexp_t eval_exp(ratexp_t exp, transducer_t tdc)
Main namespace of Awali.
Definition: ato.hh:22
Definition: transducer.hh:30