![]()  | 
  
    Vcsn
    2.0
    
   Be Rational 
   | 
 
#include <map>#include <unordered_map>#include <vector>#include <vcsn/algos/copy.hh>#include <vcsn/algos/transpose.hh>#include <vcsn/core/mutable-automaton.hh>#include <vcsn/dyn/automaton.hh>#include <vcsn/weightset/q.hh>#include <vcsn/weightset/r.hh>#include <vcsn/weightset/z.hh>Go to the source code of this file.
Classes | |
| struct | vcsn::detail::select< Weightset > | 
| struct | vcsn::detail::select< q > | 
| struct | vcsn::detail::select< r > | 
| struct | vcsn::detail::select< z > | 
| class | vcsn::detail::left_reductioner< Aut > | 
Namespaces | |
| vcsn | |
| vcsn::detail | |
| vcsn::dyn | |
| FIXME: duplicate code with determinize.  | |
| vcsn::dyn::detail | |
Functions | |
| template<typename Aut > | |
| auto | vcsn::left_reduce (const Aut &input) -> decltype(copy(input)) | 
| template<typename Aut > | |
| auto | vcsn::reduce (const Aut &input) -> decltype(copy(input)) | 
| template<typename Aut > | |
| automaton | vcsn::dyn::detail::reduce (const automaton &aut) | 
| Bridge.  More... | |
| vcsn::dyn::detail::REGISTER_DECLARE (reduce,(const automaton &aut) -> automaton) | |