... | ... |
@@ -20,35 +20,31 @@ |
20 | 20 |
\mainpage LEMON Documentation |
21 | 21 |
|
22 | 22 |
\section intro Introduction |
23 | 23 |
|
24 | 24 |
\subsection whatis What is LEMON |
25 | 25 |
|
26 | 26 |
LEMON stands for |
27 | 27 |
<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels |
28 | 28 |
and <b>O</b>ptimization in <b>N</b>etworks. |
29 | 29 |
It is a C++ template |
30 | 30 |
library aimed at combinatorial optimization tasks which |
31 | 31 |
often involve in working |
32 | 32 |
with graphs. |
33 | 33 |
|
34 | 34 |
<b> |
35 | 35 |
LEMON is an <a class="el" href="http://opensource.org/">open source</a> |
36 | 36 |
project. |
37 | 37 |
You are free to use it in your commercial or |
38 | 38 |
non-commercial applications under very permissive |
39 | 39 |
\ref license "license terms". |
40 | 40 |
</b> |
41 | 41 |
|
42 | 42 |
\subsection howtoread How to read the documentation |
43 | 43 |
|
44 |
If you |
|
45 |
want to see how LEMON works, see |
|
46 |
some \ref demoprograms "demo programs". |
|
47 |
|
|
48 | 44 |
If you know what you are looking for then try to find it under the |
49 | 45 |
<a class="el" href="modules.html">Modules</a> |
50 | 46 |
section. |
51 | 47 |
|
52 | 48 |
If you are a user of the old (0.x) series of LEMON, please check out the |
53 | 49 |
\ref migration "Migration Guide" for the backward incompatibilities. |
54 | 50 |
*/ |
0 comments (0 inline)