Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/graph_wrapper.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/graph_wrapper.h
r911 r921 1 1 /* -*- C++ -*- 2 * src/ hugo/graph_wrapper.h - Part of HUGOlib, a generic C++ optimization library2 * src/lemon/graph_wrapper.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_GRAPH_WRAPPER_H18 #define HUGO_GRAPH_WRAPPER_H17 #ifndef LEMON_GRAPH_WRAPPER_H 18 #define LEMON_GRAPH_WRAPPER_H 19 19 20 20 ///\ingroup gwrappers … … 26 26 ///\author Marton Makai 27 27 28 #include < hugo/invalid.h>29 #include < hugo/maps.h>30 #include < hugo/map_defines.h>28 #include <lemon/invalid.h> 29 #include <lemon/maps.h> 30 #include <lemon/map_defines.h> 31 31 #include <iostream> 32 32 33 namespace hugo{33 namespace lemon { 34 34 35 35 // Graph wrappers 36 36 37 37 /// \addtogroup gwrappers 38 /// A main parts of HUGOlibare the different graph structures,38 /// A main parts of LEMON are the different graph structures, 39 39 /// generic graph algorithms, graph concepts which couple these, and 40 40 /// graph wrappers. While the previous ones are more or less clear, the … … 1222 1222 ///@} 1223 1223 1224 } //namespace hugo1225 1226 #endif // HUGO_GRAPH_WRAPPER_H1227 1224 } //namespace lemon 1225 1226 #endif //LEMON_GRAPH_WRAPPER_H 1227
Note: See TracChangeset
for help on using the changeset viewer.