doc/mainpage.dox
author marci
Wed, 23 Feb 2005 22:00:05 +0000
changeset 1172 37338ae42a2b
parent 1169 8b06fbd5712c
child 1173 099978eee03f
permissions -rw-r--r--
graphwrapper dox. everybody is asked to read doxygen.log
     1 /**
     2 \mainpage LEMON Documentation
     3 
     4 \section intro Introduction
     5 
     6 \subsection whatis What is LEMON
     7 
     8 LEMON stands for
     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.
    11 It is a C++ template
    12 library aimed at combinatorial optimization tasks which
    13 often involve in working
    14 with graphs.
    15 
    16 <b>
    17 LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    18 project.
    19 You are free to use it in your commercial or
    20 non-commercial applications under very permissive
    21 \ref license "license terms".
    22 </b>
    23 
    24 \subsection howtoread How to read the documentation
    25 
    26 If you want to get a quick start and see the most important features then 
    27 take a look at our \ref quicktour
    28 "Quick Tour to LEMON" which will guide you along.
    29 
    30 If you 
    31 want to see how LEMON works, see 
    32 some \ref demoprograms "demo programs"!
    33 
    34 If you are looking for a specific thing then try to find it in the index or 
    35 in the contents.
    36 If you know what you are looking for then try to find it in the index or 
    37 in the table of contents.
    38 
    39 
    40 */