Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/full_graph.h
- Timestamp:
- 09/29/04 17:30:04 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/full_graph.h
r906 r921 1 1 /* -*- C++ -*- 2 * src/ hugo/full_graph.h - Part of HUGOlib, a generic C++ optimization library2 * src/lemon/full_graph.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport … … 15 15 */ 16 16 17 #ifndef HUGO_FULL_GRAPH_H18 #define HUGO_FULL_GRAPH_H17 #ifndef LEMON_FULL_GRAPH_H 18 #define LEMON_FULL_GRAPH_H 19 19 20 20 ///\ingroup graphs … … 25 25 #include <climits> 26 26 27 #include < hugo/invalid.h>28 29 #include < hugo/map_registry.h>30 #include < hugo/array_map.h>31 32 #include < hugo/map_defines.h>33 34 namespace hugo{27 #include <lemon/invalid.h> 28 29 #include <lemon/map_registry.h> 30 #include <lemon/array_map.h> 31 32 #include <lemon/map_defines.h> 33 34 namespace lemon { 35 35 36 36 /// \addtogroup graphs … … 241 241 /// @} 242 242 243 } //namespace hugo244 245 246 247 248 #endif // HUGO_FULL_GRAPH_H243 } //namespace lemon 244 245 246 247 248 #endif //LEMON_FULL_GRAPH_H
Note: See TracChangeset
for help on using the changeset viewer.