src/work/peter/edgepathgraph.h
changeset 944 4f064aff855e
parent 880 9d0bfd35b97c
child 986 e997802b855c
equal deleted inserted replaced
2:bb7a47c98020 3:3b69d53ec2e7
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef HUGO_NET_GRAPH_H
     2 #ifndef LEMON_NET_GRAPH_H
     3 #define HUGO_NET_GRAPH_H
     3 #define LEMON_NET_GRAPH_H
     4 
     4 
     5 ///\file
     5 ///\file
     6 ///\brief Declaration of EdgePathGraph.
     6 ///\brief Declaration of EdgePathGraph.
     7 
     7 
     8 #include <hugo/invalid.h>
     8 #include <lemon/invalid.h>
     9 #include <hugo/maps.h>
     9 #include <lemon/maps.h>
    10 
    10 
    11 /// The namespace of HugoLib
    11 /// The namespace of LEMON
    12 namespace hugo {
    12 namespace lemon {
    13 
    13 
    14   // @defgroup empty_graph The EdgePathGraph class
    14   // @defgroup empty_graph The EdgePathGraph class
    15   // @{
    15   // @{
    16 
    16 
    17   /// A graph class in that a simple edge can represent a path.
    17   /// A graph class in that a simple edge can represent a path.
   399   };
   399   };
   400 
   400 
   401   
   401   
   402   // @}
   402   // @}
   403 
   403 
   404 } //namespace hugo
   404 } //namespace lemon
   405 
   405 
   406 
   406 
   407 #endif // HUGO_SKELETON_GRAPH_H
   407 #endif // LEMON_SKELETON_GRAPH_H