4 \section intro Introduction
6 \subsection whatis What is LEMON
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.
12 library aimed at combinatorial optimization tasks which
13 often involve in working
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".
23 \subsection howtoread How to read this document
25 Graph structures play central role in LEMON, so if you are new to it,
26 you probably should start \ref graphs "here".
27 You can also find this page along with others under
28 <a href="pages.html"> Related Pages </a>.
31 interested about data structures and algorithms in more details, then
32 you should browse the reference manual part of the documentation.
33 Section <a href="modules.html"> Modules </a>
34 is a good starting point for this.