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-2009 |
5 * Copyright (C) 2003-2010 |
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 |
23 |
23 |
24 <b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling |
24 <b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling |
25 and <b>O</b>ptimization in <b>N</b>etworks</i>. |
25 and <b>O</b>ptimization in <b>N</b>etworks</i>. |
26 It is a C++ template library providing efficient implementations of common |
26 It is a C++ template library providing efficient implementations of common |
27 data structures and algorithms with focus on combinatorial optimization |
27 data structures and algorithms with focus on combinatorial optimization |
28 tasks connected mainly with graphs and networks. |
28 tasks connected mainly with graphs and networks. |
29 |
29 |
30 <b> |
30 <b> |
31 LEMON is an <a class="el" href="http://opensource.org/">open source</a> |
31 LEMON is an <a class="el" href="http://opensource.org/">open source</a> |
32 project. |
32 project. |
33 You are free to use it in your commercial or |
33 You are free to use it in your commercial or |
34 non-commercial applications under very permissive |
34 non-commercial applications under very permissive |
35 \ref license "license terms". |
35 \ref license "license terms". |
36 </b> |
36 </b> |
37 |
37 |
38 The project is maintained by the |
38 The project is maintained by the |
39 <a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on |
39 <a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on |
40 Combinatorial Optimization</a> \ref egres |
40 Combinatorial Optimization</a> \ref egres |
41 at the Operations Research Department of the |
41 at the Operations Research Department of the |
42 <a href="http://www.elte.hu/en/">Eötvös Loránd University</a>, |
42 <a href="http://www.elte.hu/en/">Eötvös Loránd University</a>, |
43 Budapest, Hungary. |
43 Budapest, Hungary. |