doc/mainpage.dox
author alpar
Mon, 15 Nov 2004 15:07:11 +0000
changeset 995 e5216825f71b
parent 991 e619a466ca5d
child 1003 ac4f15d1191a
permissions -rw-r--r--
Unified style hyperlinks in the doc.
     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 commertial or
    20 non-commertial applications under very permissive
    21 \ref license "license terms".
    22 </b>
    23 
    24 \subsection howtoread How to read this document
    25 
    26 \ref graphs "Graph structures"
    27 play central role in LEMON, so if you are new to it,
    28 you probably should start \ref graphs "here".
    29 You can also find this page along with others under
    30 <a class="el" href="pages.html"> Related Pages </a>.
    31 
    32 If you are 
    33 interested about data structures and algorithms in more details, then
    34 you should browse the reference manual part of the documentation.
    35 Section <a class="el" href="modules.html"> Modules </a>
    36  is a good starting point for this.
    37 
    38 */