Vcsn
2.0
Be Rational
|
#include <algorithm>
#include <unordered_map>
#include <unordered_set>
#include <vcsn/algos/accessible.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/core/partition-automaton.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/misc/dynamic_bitset.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::quotienter< Aut > |
Apply a quotient onto an automaton: fuse equivalent states. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
Functions | |
template<typename Aut > | |
auto | vcsn::quotient (const Aut &a, typename detail::quotienter< Aut >::class_to_set_t &classes) -> partition_automaton< Aut > |