Awali
Another Weighted Automata library
|
#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::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::thompson (const Context &ctx, const typename Context::ratexp_t &exp, bool keep_history=true) |
builds a Thompson automaton More... | |
template<typename RatExpSet > | |
mutable_automaton< sttc::nullable_of< typename RatExpSet::context_t > > | awali::sttc::thompson (const RatExpSet &rs, const typename RatExpSet::ratexp_t &exp, bool keep_history=true) |
builds a Thompson automaton More... | |