#include <algorithm>
#include <unordered_map>
#include <boost/range/algorithm/min_element.hpp>
#include <boost/range/algorithm/sort.hpp>
#include <vcsn/core/partition-automaton.hh>
#include <vcsn/dyn/automaton.hh>
Go to the source code of this file.
|
template<Automaton Aut> |
using | vcsn::quotient_t = partition_automaton_t< Aut > |
| The return type when calling quotient on Aut. More...
|
|
|
template<Automaton Aut> |
auto | vcsn::quotient (const Aut &a, typename detail::quotienter< Aut >::class_to_set_t &cs) -> quotient_t< Aut > |
|