Vcsn
2.0
Be Rational
|
#include <queue>
#include <unordered_map>
#include <vcsn/algos/copy.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/unordered_set.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename Aut > | |
Aut & | vcsn::complete_here (Aut &aut) |
Complete aut and return it. More... | |
template<typename Aut > | |
auto | vcsn::complete (const Aut &aut) -> decltype(::vcsn::copy(aut)) |
template<typename Aut > | |
automaton | vcsn::dyn::detail::complete (const automaton &aut) |
Bridge. More... | |
vcsn::dyn::detail::REGISTER_DECLARE (complete,(const automaton &aut) -> automaton) | |