Vcsn
2.2
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/tags.hh>
#include <vcsn/algos/lightest-path.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/set.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<Automaton Aut, typename Algo = auto_tag> | |
fresh_automaton_t_of< Aut > | vcsn::lightest_automaton (const Aut &aut, Algo algo={}) |
Lightest Automaton. More... | |
template<Automaton Aut, typename String > | |
automaton | vcsn::dyn::detail::lightest_automaton (const automaton &aut, const std::string &algo) |
Bridge. More... | |