19 /** |
19 /** |
20 \mainpage LEMON Documentation |
20 \mainpage LEMON Documentation |
21 |
21 |
22 \section intro Introduction |
22 \section intro Introduction |
23 |
23 |
24 \subsection whatis What is LEMON |
24 <b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling |
25 |
25 and <b>O</b>ptimization in <b>N</b>etworks</i>. |
26 LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling |
26 It is a C++ template library providing efficient implementation of common |
27 and <b>O</b>ptimization in <b>N</b>etworks. |
27 data structures and algorithms with focus on combinatorial optimization |
28 It is a C++ template |
28 problems in graphs and networks. |
29 library aimed at combinatorial optimization tasks which |
|
30 often involve in working |
|
31 with graphs. |
|
32 |
29 |
33 <b> |
30 <b> |
34 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> |
35 project. |
32 project. |
36 You are free to use it in your commercial or |
33 You are free to use it in your commercial or |
37 non-commercial applications under very permissive |
34 non-commercial applications under very permissive |
38 \ref license "license terms". |
35 \ref license "license terms". |
39 </b> |
36 </b> |
40 |
37 |
41 \subsection howtoread How to read the documentation |
38 The project is maintained by the |
|
39 <a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on |
|
40 Combinatorial Optimization</a> \ref egres |
|
41 at the Operations Research Department of the |
|
42 <a href="http://www.elte.hu/">Eötvös Loránd University, |
|
43 Budapest</a>, Hungary. |
|
44 LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a> |
|
45 initiative \ref coinor. |
|
46 |
|
47 \section howtoread How to Read the Documentation |
42 |
48 |
43 If you would like to get to know the library, see |
49 If you would like to get to know the library, see |
44 <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>. |
45 |
51 |
46 If you know what you are looking for, then try to find it under the |
52 If you know what you are looking for, then try to find it under the |