17 #ifndef DYN_DERIVATION_HH
18 #define DYN_DERIVATION_HH
42 bool breaking =
false);
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 derived_term(ratexp_t exp, options_t opts={})
Builds an automaton from a rational expression using the derived term algorithm.
std::map< ratexp_t, weight_t > derivation(ratexp_t exp, label_t lab, bool breaking=false)
Derives a rational expression with respect to some label.
automaton_t breaking_derived_term(ratexp_t exp, options_t opts={})
Builds an automaton from a rational expression using the breaking derived term algorithm.
Main namespace of Awali.
Definition: ato.hh:22
Structure used to erase the type of labels/weights at the dyn layer.
Definition: any.hh:59