equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
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-2008 |
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 * |
72 /** |
72 /** |
73 \dir bits |
73 \dir bits |
74 \brief Implementation helper files |
74 \brief Implementation helper files |
75 |
75 |
76 This directory contains some helper classes to implement graphs, maps and |
76 This directory contains some helper classes to implement graphs, maps and |
77 some other classes. As a user you typically don't have to deal with these |
77 some other classes. As a user you typically don't have to deal with these |
78 files. |
78 files. |
79 */ |
79 */ |