Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
quotient.hh File Reference
#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>
Include dependency graph for quotient.hh:
This graph shows which files directly or indirectly include this file:

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 >