src/work/athos/dijkstra_at.h
changeset 921 818510fa3d99
parent 250 81a3d0abe5f3
equal deleted inserted replaced
0:dce8f1a106d2 1:fdc59fb90357
    22 //#include <marci_graph_traits.hh>
    22 //#include <marci_graph_traits.hh>
    23 
    23 
    24 
    24 
    25 using namespace std;
    25 using namespace std;
    26 
    26 
    27 namespace hugo {
    27 namespace lemon {
    28 
    28 
    29   template <typename graph_type, typename T>
    29   template <typename graph_type, typename T>
    30   class dijkstra_at {
    30   class dijkstra_at {
    31 
    31 
    32     //Hasznos typedef-ek
    32     //Hasznos typedef-ek
   116 
   116 
   117  
   117  
   118   };  //class dijkstra_at  
   118   };  //class dijkstra_at  
   119 
   119 
   120 
   120 
   121 }//namespace hugo
   121 }//namespace lemon
   122 
   122 
   123 #endif //DIJKSTRA_AT
   123 #endif //DIJKSTRA_AT