Go to the source code of this file.
|
template<typename Aut > |
auto | awali::sttc::allow_words (const Aut &aut, bool keep_history=true) -> typename internal::allowworder< Aut >::ret_automaton_t |
| Turns the automaton into an automaton labeled with words. More...
|
|
template<typename Aut > |
auto | awali::sttc::compact (const Aut &aut, bool keep_history=true) -> typename internal::allowworder< Aut >::ret_automaton_t |
| Compacts non branching paths. More...
|
|
template<typename Aut > |
void | awali::sttc::compact_here (Aut &aut) |
| Compacts non branching paths. More...
|
|