21 |
21 |
22 \section intro Introduction |
22 \section intro Introduction |
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 implementation 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 problems in 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 |
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/">Eötvös Loránd University, |
42 <a href="http://www.elte.hu/en/">Eötvös Loránd University</a>, |
43 Budapest</a>, Hungary. |
43 Budapest, Hungary. |
44 LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a> |
44 LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a> |
45 initiative \ref coinor. |
45 initiative \ref coinor. |
46 |
46 |
47 \section howtoread How to Read the Documentation |
47 \section howtoread How to Read the Documentation |
48 |
48 |
49 If you would like to get to know the library, see |
49 If you would like to get to know the library, see |
50 <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>. |
50 <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>. |
51 |
51 |
|
52 If you are interested in starting to use the library, see the <a class="el" |
|
53 href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide/">Installation |
|
54 Guide</a>. |
|
55 |
52 If you know what you are looking for, then try to find it under the |
56 If you know what you are looking for, then try to find it under the |
53 <a class="el" href="modules.html">Modules</a> section. |
57 <a class="el" href="modules.html">Modules</a> section. |
54 |
58 |
55 If you are a user of the old (0.x) series of LEMON, please check out the |
59 If you are a user of the old (0.x) series of LEMON, please check out the |
56 \ref migration "Migration Guide" for the backward incompatibilities. |
60 \ref migration "Migration Guide" for the backward incompatibilities. |