doc/mainpage.dox
changeset 944 4f064aff855e
parent 921 818510fa3d99
child 991 e619a466ca5d
equal deleted inserted replaced
4:1ae213340421 5:30656a1c7ccb
     4 \section intro Introduction
     4 \section intro Introduction
     5 
     5 
     6 \subsection whatis What is LEMON
     6 \subsection whatis What is LEMON
     7 
     7 
     8 LEMON stands for
     8 LEMON stands for
     9 <it>L</it>ibrary of <it>E</it>fficient <it>M</it>odels
     9 <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    10 and <it>O</it>ptimization in <it>N</it>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. As the name also suggests, its development was started by
    15 Hungarian people.
    15 Hungarian people.
    17 \subsection howtoread How to read this document
    17 \subsection howtoread How to read this document
    18 
    18 
    19 Graph structures play central role in LEMON, so if you are new to it,
    19 Graph structures play central role in LEMON, so if you are new to it,
    20 you probably should start \ref graphs "here".
    20 you probably should start \ref graphs "here".
    21 You can also find this page along with others under
    21 You can also find this page along with others under
    22 <a href="pages.html"> Related Pages </a>
    22 <a href="pages.html"> Related Pages </a>.
    23 (left-hand
       
    24 side frame).
       
    25 
    23 
    26 If you are more
    24 If you are 
    27 interested in details about data structures and algorithms then
    25 interested about data structures and algorithms in more details, then
    28 you should browse the reference manual part of the documentation.
    26 you should browse the reference manual part of the documentation.
    29 Section <a href="modules.html"> Modules </a>
    27 Section <a href="modules.html"> Modules </a>
    30  is a good starting point for this.
    28  is a good starting point for this.
    31 
    29 
    32 */
    30 */