Awali
Another Weighted Automata library
|
#include <vector>
#include <queue>
#include <awali/sttc/weightset/fwd.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. | |
awali::sttc::internal | |
Implementation details of static layer (not stable). | |
Functions | |
template<typename Aut > | |
void | awali::sttc::hopcroft_det (const Aut &aut, std::vector< std::vector< state_t > > &states_in_part) |
minimization with Hopcroft for incomplete deterministic automata More... | |
template<typename Aut > | |
void | awali::sttc::internal::initialize_partition (const Aut &aut, std::vector< std::vector< state_t > > &states_in_part) |
template<typename Aut > | |
void | awali::sttc::moore_det (const Aut &aut, std::vector< std::vector< state_t > > &states_in_part) |
Moore algorithm for the minimization of deterministic Boolean automata (DFA), not necessarily complete. More... | |