Vcsn
2.3
Be Rational
|
#include <boost/heap/fibonacci_heap.hpp>
#include <vcsn/misc/set.hh>
#include <vcsn/core/mutable-automaton.hh>
Go to the source code of this file.
Classes | |
struct | vcsn::a_star_tag |
A-Star implementation (from vcsn/algos/a-star.hh). More... | |
struct | vcsn::detail::a_star_impl< Aut > |
A Star implementation of lightest automaton. More... | |
struct | vcsn::detail::a_star_impl< Aut >::profile |
Namespaces | |
vcsn | |
vcsn::detail | |
Functions | |
template<Automaton Aut> | |
std::vector< transition_t_of< Aut > > | vcsn::lightest_path (const Aut &aut, state_t_of< Aut > source, state_t_of< Aut > dest, a_star_tag) |