Awali
Another Weighted Automata library
|
#include <vector>
#include <queue>
#include <awali/common/types.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/misc/linkedhashmap.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 Aut > | |
unsigned | awali::sttc::moore_quotient (const Aut &aut, std::vector< std::vector< state_t > > &states_in_part) |