equal
deleted
inserted
replaced
9 <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels |
9 <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels |
10 and <b>O</b>ptimization in <b>N</b>etworks. |
10 and <b>O</b>ptimization in <b>N</b>etworks. |
11 It is a C++ template |
11 It is a C++ template |
12 library aimed at combinatorial optimization tasks which |
12 library aimed at combinatorial optimization tasks which |
13 often involve in working |
13 often involve in working |
14 with graphs. As the name also suggests, its development was started by |
14 with graphs. |
15 Hungarian people. |
15 |
|
16 <b> |
|
17 LEMON is an <a href="http://opensource.org/">open source</a> project. |
|
18 You are free to use it in your commertial or |
|
19 non-commertial applications under very permissive |
|
20 \ref license "license terms". |
|
21 </b> |
16 |
22 |
17 \subsection howtoread How to read this document |
23 \subsection howtoread How to read this document |
18 |
24 |
19 Graph structures play central role in LEMON, so if you are new to it, |
25 Graph structures play central role in LEMON, so if you are new to it, |
20 you probably should start \ref graphs "here". |
26 you probably should start \ref graphs "here". |