![]() |
Awali
Another Weighted Automata library
|
#include <unordered_map>#include <awali/sttc/misc/attributes.hh>#include <awali/sttc/misc/set.hh>#include <awali/sttc/labelset/tupleset.hh>#include <awali/sttc/misc/sub_tuple.hh>#include <awali/sttc/history/single_history.hh>Go to the source code of this file.
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). | |
Functions | |
| template<typename Tdc > | |
| auto | awali::sttc::images (const Tdc &in, bool keep_history=true) -> typename internal::imagers< Tdc >::out_automaton_t |
| Projection of last tapes of a transducer. More... | |
| template<size_t I, typename Tdc > | |
| auto | awali::sttc::projection (const Tdc &in, bool keep_history=true) -> typename internal::projector< Tdc, I >::out_automaton_t |
| Projection of one tape of a transducer. More... | |
| template<size_t... I, typename Tdc > | |
| auto | awali::sttc::projections (const Tdc &in, bool keep_history=true) -> typename internal::projectors< Tdc, I... >::out_automaton_t |
| Projection and/or permutation of tapes of a transducer. More... | |