Awali
Another Weighted Automata library
|
#include <map>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/alphabets/char.hh>
#include <awali/sttc/alphabets/setalpha.hh>
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/misc/raise.hh>
Go to the source code of this file.
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
Functions | |
template<class Context > | |
mutable_automaton< Context > | awali::sttc::double_ring (const Context &ctx, unsigned n, const std::vector< unsigned > &finals) |
Returns a double ring automaton with n states. More... | |