doc/mainpage.dox
author marci
Wed, 29 Sep 2004 19:02:26 +0000
changeset 923 acbef5dd0e65
parent 678 a6bfd3346245
child 926 b53cb2242a42
permissions -rw-r--r--
more docs
     1 /**
     2 \mainpage
     3 
     4 \section intro Introduction
     5 
     6 \subsection whatis What is LEMON
     7 
     8 LEMON stands for
     9 <it>L</it>ibrary of <it>E</it>fficient <it>M</it>odels
    10 and <it>O</it>ptimization in <it>N</it>etworks.
    11 It is a C++ template
    12 library aimed at combinatorial optimization tasks which
    13 often involve in working
    14 with graphs. As the name also suggests, its development was started by
    15 Hungarian people.
    16 
    17 \subsection howtoread How to read this document
    18 
    19 Graph structures play central role in LEMON, so if you are new to it,
    20 you probably should start \ref graphs "here".
    21 You can also find this page along with others under
    22 <a href="pages.html"> Related Pages </a>
    23 (left-hand
    24 side frame).
    25 
    26 If you are more
    27 interested in details about data structures and algorithms then
    28 you should browse the reference manual part of the documentation.
    29 Section <a href="modules.html"> Modules </a>
    30  is a good starting point for this.
    31 
    32 */