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-2009 |
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 |
69 |
69 |
70 /** |
70 /** |
71 \dir bits |
71 \dir bits |
72 \brief Auxiliary tools for implementation. |
72 \brief Auxiliary tools for implementation. |
73 |
73 |
74 This directory contains some auxiliary classes for implementing graphs, |
74 This directory contains some auxiliary classes for implementing graphs, |
75 maps and some other classes. |
75 maps and some other classes. |
76 As a user you typically don't have to deal with these files. |
76 As a user you typically don't have to deal with these files. |
77 */ |
77 */ |