#include <algorithm>
#include <deque>
#include <fstream>
#include <boost/heap/binomial_heap.hpp>
#include <boost/optional.hpp>
#include <vcsn/ctx/context.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/labelset/word-polynomialset.hh>
#include <vcsn/algos/lightest-path.hh>
#include <vcsn/algos/is-acyclic.hh>
Go to the source code of this file.
|
template<Automaton Aut> |
detail::enumerater< Aut >::polynomial_t | vcsn::shortest (const Aut &aut, boost::optional< unsigned > num={}, boost::optional< unsigned > len={}) |
| The approximated behavior of an automaton. More...
|
|
template<Automaton Aut> |
detail::enumerater< Aut >::polynomial_t | vcsn::shortest (const Aut &aut, state_t_of< Aut > src, state_t_of< Aut > dst) |
| The approximated behavior of a part of an automaton (looks for one word of unspecified length). More...
|
|
template<Automaton Aut> |
detail::enumerater< Aut >::polynomial_t | vcsn::enumerate (const Aut &aut, unsigned len) |
| The approximated behavior of an automaton. More...
|
|
template<Automaton Aut, typename Num , typename Len > |
polynomial | vcsn::dyn::detail::shortest (const automaton &aut, boost::optional< unsigned > num, boost::optional< unsigned > len) |
| Bridge. More...
|
|