Vcsn  2.1
Be Rational
minimize-moore.hh File Reference
#include <unordered_map>
#include <vector>
#include <vcsn/algos/accessible.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/algos/quotient.hh>
#include <vcsn/core/transition-map.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/weightset/fwd.hh>
Include dependency graph for minimize-moore.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail_moore::minimizer< Aut >
 

Namespaces

 vcsn
 
 vcsn::detail_moore
 

Functions

template<typename Aut >
auto vcsn::minimize_moore (const Aut &a) -> quotient_t< Aut >
 Minimize automaton a using the Moore algorithm. More...