equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/hugo/skeletons/path.h - Part of HUGOlib, a generic C++ optimization library |
2 * src/lemon/skeletons/path.h - Part of LEMON, a generic C++ optimization library |
3 * |
3 * |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
6 * |
6 * |
7 * Permission to use, modify and distribute this software is granted |
7 * Permission to use, modify and distribute this software is granted |
16 |
16 |
17 ///\ingroup skeletons |
17 ///\ingroup skeletons |
18 ///\file |
18 ///\file |
19 ///\brief Classes for representing paths in graphs. |
19 ///\brief Classes for representing paths in graphs. |
20 |
20 |
21 #ifndef HUGO_SKELETON_PATH_H |
21 #ifndef LEMON_SKELETON_PATH_H |
22 #define HUGO_SKELETON_PATH_H |
22 #define LEMON_SKELETON_PATH_H |
23 |
23 |
24 #include <hugo/invalid.h> |
24 #include <lemon/invalid.h> |
25 |
25 |
26 namespace hugo { |
26 namespace lemon { |
27 namespace skeleton { |
27 namespace skeleton { |
28 /// \addtogroup skeletons |
28 /// \addtogroup skeletons |
29 /// @{ |
29 /// @{ |
30 |
30 |
31 |
31 |
229 }; |
229 }; |
230 |
230 |
231 ///@} |
231 ///@} |
232 } |
232 } |
233 |
233 |
234 } // namespace hugo |
234 } // namespace lemon |
235 |
235 |
236 #endif // HUGO_SKELETON_PATH_H |
236 #endif // LEMON_SKELETON_PATH_H |