Location: LEMON/LEMON-main/doc/template.h - annotation
Load file history
Doc reorganization + improvements
- Reorganize several tools (move them to other modules).
- Add new module for map concepts.
- Remove the doc of all tools in lemon/bits.
- Improvements in groups.dox.
- Fix some doxygen warnings.
r209:765619b7cbb2 r40:8f4e8273a458 r209:765619b7cbb2 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 r40:8f4e8273a458 | /* -*- mode: C++; indent-tabs-mode: nil; -*-
*
* This file is a part of LEMON, a generic C++ optimization library.
*
* Copyright (C) 2003-2008
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
* provided that this copyright notice appears in all copies. For
* precise terms see the accompanying LICENSE file.
*
* This software is provided "AS IS" with no warranty of any kind,
* express or implied, and with no claim as to its suitability for any
* purpose.
*
*/
#ifndef LEMON_TEMPLATE_H
#define LEMON_TEMPLATE_H
#endif // LEMON_TEMPLATE_H
|