Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
allow_words.hh File Reference
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/labelset/traits.hh>
#include <awali/sttc/misc/add_epsilon_trans.hh>
#include <awali/sttc/algos/copy.hh>
#include <unordered_map>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::allowworder< Aut >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::internal
 Implementation details of static layer (not stable).
 

Functions

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...