Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
compact_thompson.hh File Reference
#include <awali/sttc/ctx/fwd.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/core/rat/visitor.hh>
#include <awali/sttc/misc/raise.hh>
#include <awali/sttc/labelset/traits.hh>

Go to the source code of this file.

Data Structures

class  awali::sttc::rat::compact_thompson_visitor< Aut, Context >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::rat
 Namespace about static rational expressions.
 

Functions

template<typename Aut , typename Context = context_t_of<Aut>>
Aut awali::sttc::compact_thompson (const Context &ctx, const typename Context::ratexp_t &exp, bool keep_history=true)
 builds a compact variant of the Thompson automaton More...
 
template<typename RatExpSet >
mutable_automaton< sttc::nullable_of< typename RatExpSet::context_t > > awali::sttc::compact_thompson (const RatExpSet &rs, const typename RatExpSet::ratexp_t &exp, bool keep_history=true)
 builds a compact variant of the Thompson automaton More...