equal
deleted
inserted
replaced
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
2 * |
2 * |
3 * This file is a part of LEMON, a generic C++ optimization library. |
3 * This file is a part of LEMON, a generic C++ optimization library. |
4 * |
4 * |
5 * Copyright (C) 2003-2008 |
5 * Copyright (C) 2003-2011 |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
8 * |
8 * |
9 * Permission to use, modify and distribute this software is granted |
9 * Permission to use, modify and distribute this software is granted |
10 * provided that this copyright notice appears in all copies. For |
10 * provided that this copyright notice appears in all copies. For |
301 |
301 |
302 /** |
302 /** |
303 @defgroup map_concepts Map Concepts |
303 @defgroup map_concepts Map Concepts |
304 @ingroup concept |
304 @ingroup concept |
305 \brief Skeleton and concept checking classes for maps |
305 \brief Skeleton and concept checking classes for maps |
306 |
306 |
307 This group describes the skeletons and concept checking classes of maps. |
307 This group describes the skeletons and concept checking classes of maps. |
308 */ |
308 */ |
309 |
309 |
310 /** |
310 /** |
311 \anchor demoprograms |
311 \anchor demoprograms |