![]() |
Awali
Another Weighted Automata library
|
#include <map>#include <type_traits>Go to the source code of this file.
Data Structures | |
| struct | awali::sttc::internal::transition_map< Aut, WeightSet, Deterministic, AllOut >::transition |
| struct | awali::sttc::internal::transition_map< Aut, WeightSet, Deterministic, AllOut > |
| Cache the outgoing transitions of an automaton as efficient maps label -> vector<(weight, dst)>. 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). | |
| struct awali::sttc::internal::transition_map::transition |