Awali
Another Weighted Automata library
|
#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<typename Context > | |
mutable_automaton< Context > | awali::sttc::divkbaseb (const Context &ctx, unsigned divisor, unsigned base) |
Returns an automaton which recognizes numbers in the given base which are multiple of divisor . More... | |