Vcsn
2.0
Be Rational
|
#include <map>
#include <unordered_map>
#include <vector>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/core/transition-map.hh>
#include <vcsn/misc/zip-maps.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::pair_automaton_impl< Aut > |
The pair automaton is used by several algorithms for synchronizing words. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Typedefs | |
template<typename Aut > | |
using | vcsn::pair_automaton = std::shared_ptr< detail::pair_automaton_impl< Aut >> |
Functions | |
template<typename Aut > | |
pair_automaton< Aut > | vcsn::pair (const Aut &aut, bool keep_initials=false) |
template<typename Aut , typename > | |
automaton | vcsn::dyn::detail::pair (const automaton &aut, bool keep_initials=false) |
Bridge. More... | |
vcsn::dyn::detail::REGISTER_DECLARE (pair,(const automaton &, bool) -> automaton) | |