Awali
Another Weighted Automata library
|
#include <unordered_map>
#include <limits>
#include <vector>
#include <list>
#include <queue>
#include <awali/common/types.hh>
#include <awali/sttc/misc/pair.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::hopcroft_quotient (const Aut &aut, std::vector< std::list< state_t > > &states_in_part, bool cancellative=false) |