src/work/deba/list_graph.h
changeset 928 71dc900ee30f
parent 880 9d0bfd35b97c
child 986 e997802b855c
equal deleted inserted replaced
4:5d555eeed432 5:962dac5d8529
     1 // -*- mode:C++ -*-
     1 // -*- mode:C++ -*-
     2 
     2 
     3 #ifndef HUGO_LIST_GRAPH_H
     3 #ifndef LEMON_LIST_GRAPH_H
     4 #define HUGO_LIST_GRAPH_H
     4 #define LEMON_LIST_GRAPH_H
     5 
     5 
     6 ///\ingroup graphs
     6 ///\ingroup graphs
     7 ///\file
     7 ///\file
     8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     9 
     9 
    15 #include "array_map_factory.h"
    15 #include "array_map_factory.h"
    16 #include "map_registry.h"
    16 #include "map_registry.h"
    17 
    17 
    18 #include "map_defines.h"
    18 #include "map_defines.h"
    19 
    19 
    20 namespace hugo {
    20 namespace lemon {
    21 
    21 
    22 /// \addtogroup graphs
    22 /// \addtogroup graphs
    23 /// @{
    23 /// @{
    24 
    24 
    25   ///A list graph class.
    25   ///A list graph class.
   394   ///\todo this date structure need some reconsiderations. Maybe it
   394   ///\todo this date structure need some reconsiderations. Maybe it
   395   ///should be implemented independently from ListGraph.
   395   ///should be implemented independently from ListGraph.
   396 
   396 
   397 }
   397 }
   398 
   398 
   399 #endif //HUGO_LIST_GRAPH_H
   399 #endif //LEMON_LIST_GRAPH_H