Aleph-w  1.9
General library for algorithms and data structures
Aleph::Directed_Find_Path< GT, Itor, SA > Class Template Reference

#include <tpl_find_path.H>

Public Member Functions

 Directed_Find_Path (const GT &__g, SA &__sa)
 
 Directed_Find_Path (const GT &__g, SA &&__sa=SA())
 
template<class Op >
Path< GT > dfs (typename GT::Node *start, Op &op)
 
template<class Op >
Path< GT > dfs (typename GT::Node *start, Op &&op)
 
template<class Op >
Path< GT > bfs (typename GT::Node *start, Op &op)
 
template<class Op >
Path< GT > bfs (typename GT::Node *start, Op &&op)
 
Path< GT > dfs (typename GT::Node *start, typename GT::Node *end)
 
Path< GT > bfs (typename GT::Node *start, typename GT::Node *end)
 

Detailed Description

template<class GT, template< typename, class > class Itor = Out_Iterator, class SA = Dft_Show_Arc<GT>>
class Aleph::Directed_Find_Path< GT, Itor, SA >

Búsqueda de caminos sobre grafos dirigidos definidos mediante una clase grafo (no digrafo).


The documentation for this class was generated from the following file:

Leandro Rabindranath León