Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
lal_lan_conversion.hh File Reference
#include <awali/sttc/algos/proper.hh>
#include <awali/sttc/labelset/traits.hh>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::dispatch_lal_lan< Aut, L >
 
struct  awali::sttc::internal::dispatch_lal_lan< Aut, letterset< T > >
 
struct  awali::sttc::internal::dispatch_lal_lan< Aut, nullableset< T > >
 

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::to_lal (const Aut &aut, direction_t dir=BACKWARD, bool prune=true, bool keep_history=true) -> typename internal::dispatch_lal_lan< Aut, labelset_t_of< Aut >>::l_automaton_t
 
template<typename Aut >
auto awali::sttc::to_lan (const Aut &aut, bool keep_history=true) -> typename internal::dispatch_lal_lan< Aut, labelset_t_of< Aut >>::n_automaton_t