Awali
Another Weighted Automata library
|
#include <vector>
#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::ladybird (const Context &ctx, unsigned n) |
Returns a "ladybird" automaton with n states. More... | |