src/work/athos/reverse_bfs.hh
changeset 221 d8a67c5b26d1
parent 105 a3c73e9b9b2e
equal deleted inserted replaced
1:9e3fbe40f650 2:4c0ac4c053c9
    27 //#include <marci_list_graph.hh>
    27 //#include <marci_list_graph.hh>
    28 //#include <marci_property_vector.hh>
    28 //#include <marci_property_vector.hh>
    29 
    29 
    30 
    30 
    31 
    31 
    32 namespace  marci {
    32 namespace  hugo {
    33 
    33 
    34   template <typename graph_type>
    34   template <typename graph_type>
    35   class reverse_bfs {
    35   class reverse_bfs {
    36 
    36 
    37     typedef typename graph_type::NodeIt NodeIt;
    37     typedef typename graph_type::NodeIt NodeIt;