equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/hugo/sym_map.h - Part of HUGOlib, a generic C++ optimization library |
2 * src/lemon/sym_map.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 |
12 * express or implied, and with no claim as to its suitability for any |
12 * express or implied, and with no claim as to its suitability for any |
13 * purpose. |
13 * purpose. |
14 * |
14 * |
15 */ |
15 */ |
16 |
16 |
17 #ifndef HUGO_SYM_MAP_H |
17 #ifndef LEMON_SYM_MAP_H |
18 #define HUGO_SYM_MAP_H |
18 #define LEMON_SYM_MAP_H |
19 |
19 |
20 ///\ingroup graphmaps |
20 ///\ingroup graphmaps |
21 ///\file |
21 ///\file |
22 ///\brief Graph maps that construates and destruates |
22 ///\brief Graph maps that construates and destruates |
23 ///their elements dynamically. |
23 ///their elements dynamically. |
24 |
24 |
25 namespace hugo { |
25 namespace lemon { |
26 |
26 |
27 /// \addtogroup graphmaps |
27 /// \addtogroup graphmaps |
28 /// @{ |
28 /// @{ |
29 |
29 |
30 /** The SymEdgeIt is wrapper class for the EdgeIt. It can be used to |
30 /** The SymEdgeIt is wrapper class for the EdgeIt. It can be used to |