Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/array_map.h
- Timestamp:
- 09/29/04 17:30:04 (20 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/array_map.h
r906 r921 1 1 /* -*- C++ -*- 2 * src/ hugo/array_map.h - Part of HUGOlib, a generic C++ optimization library2 * src/lemon/array_map.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_ARRAY_MAP_H18 #define HUGO_ARRAY_MAP_H17 #ifndef LEMON_ARRAY_MAP_H 18 #define LEMON_ARRAY_MAP_H 19 19 20 20 #include <memory> 21 21 22 #include < hugo/map_iterator.h>23 #include < hugo/map_bits.h>22 #include <lemon/map_iterator.h> 23 #include <lemon/map_bits.h> 24 24 25 25 ///\ingroup graphmaps … … 28 28 ///their elements dynamically. 29 29 30 namespace hugo{30 namespace lemon { 31 31 32 32 … … 347 347 } 348 348 349 #endif // HUGO_ARRAY_MAP_H349 #endif //LEMON_ARRAY_MAP_H
Note: See TracChangeset
for help on using the changeset viewer.