Vcsn  2.8
Be Rational
eppstein.hh File Reference
Include dependency graph for eppstein.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::eppstein< Aut >
 Eppstein implementation of the K shortest path problem adapted to Vcsn. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Functions

template<Automaton Aut>
std::vector< detail::path< Aut > > vcsn::compute_eppstein (const Aut &aut, state_t_of< Aut > src, state_t_of< Aut > dst, unsigned num)
 Compute the num lightest paths in the automaton aut from src to dst. More...