Awali
Another Weighted Automata library
|
#include <deque>
#include <iostream>
#include <map>
#include <utility>
#include <awali/sttc/core/automaton_decorator.hh>
#include <awali/sttc/ctx/context.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/misc/map.hh>
#include <awali/common/tuple.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::tuple_automaton_impl< Aut, Auts > |
An automaton whose states are tuples of states of automata. 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). | |
Typedefs | |
template<typename... Auts> | |
using | awali::sttc::tuple_automaton = std::shared_ptr< internal::tuple_automaton_impl< Auts... > > |
A product automaton as a shared pointer. More... | |
Functions | |
template<typename... Auts> | |
auto | awali::sttc::make_tuple_automaton (const Auts &... auts) -> tuple_automaton< Auts... > |