intro.dox
changeset 18 a291609dad52
parent 6 da96f28684f7
child 20 3ffc47b666b1
equal deleted inserted replaced
1:3b7b270b6790 2:c857723cdec1
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /**
    19 /**
    20 \page intro Introduction
    20 [PAGE]intro[PAGE] Introduction
    21 
    21 
    22 \section intro_lemon What is LEMON
    22 [SEC]intro_lemon[SEC] What is LEMON
    23 
    23 
    24 <b>LEMON</b> stands for <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels and
    24 <b>LEMON</b> stands for <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels and
    25 <b>O</b>ptimization in <b>N</b>etworks. It is a C++ template
    25 <b>O</b>ptimization in <b>N</b>etworks. It is a C++ template
    26 library aimed at combinatorial optimization tasks, especially those
    26 library aimed at combinatorial optimization tasks, especially those
    27 working with graphs and networks.
    27 working with graphs and networks.
    40 then you might find it useful and convenient to use LEMON.
    40 then you might find it useful and convenient to use LEMON.
    41 
    41 
    42 For more information visit the LEMON web site:
    42 For more information visit the LEMON web site:
    43 <a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>.
    43 <a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>.
    44 
    44 
    45 \section intro_tutorial LEMON Tutorial
    45 [SEC]intro_tutorial[SEC] LEMON Tutorial
    46 
    46 
    47 This tutorial introduces the reader to the basic concepts and features of
    47 This tutorial introduces the reader to the basic concepts and features of
    48 LEMON, and there are also some sections about advanced topics showing the
    48 LEMON, and there are also some sections about advanced topics showing the
    49 power of various tools implemented in the library.
    49 power of various tools implemented in the library.
    50 
    50 
    51 After getting familiar with the basics of the library, you may start using
    51 After getting familiar with the basics of the library, you may start using
    52 LEMON with the help of the detailed documentation (that can also be used
    52 LEMON with the help of the detailed documentation (that can also be used
    53 as a reference manual).
    53 as a reference manual).
    54 
    54 
       
    55 
       
    56 [TRAILER]
       
    57 
    55 */
    58 */