Awali
Another Weighted Automata library
|
#include <set>
#include <stack>
#include <string>
#include <type_traits>
#include <queue>
#include <limits>
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/misc/map.hh>
#include <awali/sttc/misc/raise.hh>
#include <awali/sttc/misc/bitset.hh>
#include <awali/sttc/misc/unordered_map.hh>
#include <awali/sttc/weightset/b.hh>
#include <awali/sttc/history/partition_history.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::determinization_bitset_impl< Aut, N > |
The subset construction automaton from another. More... | |
class | awali::sttc::internal::determinization_set_impl< Aut > |
The subset construction automaton from another. More... | |
class | awali::sttc::internal::detweighted_algo_impl< Aut > |
The weighted determinization of weighted automaton. More... | |
struct | awali::sttc::internal::detweighted_algo_impl< Aut >::stateset |
An output state is a list of weighted input states. More... | |
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). | |