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 * |
39 \ref license "license terms". |
39 \ref license "license terms". |
40 </b> |
40 </b> |
41 |
41 |
42 \subsection howtoread How to read the documentation |
42 \subsection howtoread How to read the documentation |
43 |
43 |
44 If you want to get a quick start and see the most important features then |
44 If you want to get a quick start and see the most important features then |
45 take a look at our \ref quicktour |
45 take a look at our \ref quicktour |
46 "Quick Tour to LEMON" which will guide you along. |
46 "Quick Tour to LEMON" which will guide you along. |
47 |
47 |
48 If you already feel like using our library, see the page that tells you |
48 If you already feel like using our library, see the page that tells you |
49 \ref getstart "How to start using LEMON". |
49 \ref getstart "How to start using LEMON". |
50 |
50 |
51 If you |
51 If you |
52 want to see how LEMON works, see |
52 want to see how LEMON works, see |
53 some \ref demoprograms "demo programs"! |
53 some \ref demoprograms "demo programs"! |
54 |
54 |
55 If you know what you are looking for then try to find it under the |
55 If you know what you are looking for then try to find it under the |
56 <a class="el" href="modules.html">Modules</a> |
56 <a class="el" href="modules.html">Modules</a> |
57 section. |
57 section. |