Awali
Another Weighted Automata library
|
#include <map>
#include <queue>
#include <unordered_map>
#include <awali/sttc/core/automaton_decorator.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::permutation_automaton_impl< Aut > |
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). | |
Typedefs | |
template<typename Aut > | |
using | awali::sttc::permutation_automaton = std::shared_ptr< internal::permutation_automaton_impl< Aut > > |
A permutation automaton as a shared pointer. More... | |