equal
deleted
inserted
replaced
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 |