Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
letterize.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 <unordered_map>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::letterizer< Aut, Labelset >
 
struct  awali::sttc::internal::letterizer< Aut, wordset< L > >
 

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::letterize (const Aut &aut, bool keep_history=true) -> typename internal::letterizer< Aut, labelset_t_of< Aut >>::ret_automaton_t