Awali
Another Weighted Automata library
|
Go to the source code of this file.
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
Functions | |
template<typename Aut > | |
Aut::element_type::automaton_nocv_t | awali::sttc::factor (const Aut &a, bool keep_history=true) |
template<typename Aut > | |
void | awali::sttc::factor_here (Aut &a) |
Make each useful state both initial and final. More... | |
template<typename Aut > | |
Aut::element_type::automaton_nocv_t | awali::sttc::prefix (const Aut &a, bool keep_history=true) |
template<typename Aut > | |
void | awali::sttc::prefix_here (Aut &a) |
Make all coaccessible states final. More... | |
template<typename Aut > | |
Aut::element_type::automaton_nocv_t | awali::sttc::suffix (const Aut &a, bool keep_history=true) |
template<typename Aut > | |
void | awali::sttc::suffix_here (Aut &a) |
Make all accessible states initial. More... | |