![]() |
Awali
Another Weighted Automata library
|
#include <set>#include <awali/sttc/algos/copy.hh>#include <awali/sttc/core/mutable_automaton.hh>#include <awali/sttc/core/rat/visitor.hh>#include <awali/sttc/ctx/fwd.hh>#include <awali/sttc/ctx/traits.hh>#include <awali/sttc/misc/memory.hh>#include <awali/sttc/misc/raise.hh>#include <awali/sttc/misc/set.hh>Go to the source code of this file.
Data Structures | |
| class | awali::sttc::rat::standard_visitor< Aut, Context > |
| Convert a ratexp to a standard automaton. More... | |
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 > | |
| bool | awali::sttc::is_standard (const Aut &a) |
| template<typename Aut > | |
| Aut | awali::sttc::standard (Aut &aut, bool keep_history=true) |
| template<typename Aut , typename Context = context_t_of<Aut>> | |
| Aut | awali::sttc::standard (const Context &ctx, const typename Context::ratexp_t &e) |
| template<typename RatExpSet > | |
| mutable_automaton< typename RatExpSet::context_t > | awali::sttc::standard (const RatExpSet &rs, const typename RatExpSet::ratexp_t &e) |
| template<typename Aut > | |
| void | awali::sttc::standard_here (Aut &aut) |
| Turn aut into a standard automaton. More... | |