doc/mainpage.dox
changeset 802 134852d7fb0a
parent 705 ebdcc68fe79e
child 921 e05b2b48515a
     1.1 --- a/doc/mainpage.dox	Sat Oct 10 08:15:07 2009 +0200
     1.2 +++ b/doc/mainpage.dox	Sat Oct 10 08:18:46 2009 +0200
     1.3 @@ -21,14 +21,11 @@
     1.4  
     1.5  \section intro Introduction
     1.6  
     1.7 -\subsection whatis What is LEMON
     1.8 -
     1.9 -LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    1.10 -and <b>O</b>ptimization in <b>N</b>etworks.
    1.11 -It is a C++ template
    1.12 -library aimed at combinatorial optimization tasks which
    1.13 -often involve in working
    1.14 -with graphs.
    1.15 +<b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    1.16 +and <b>O</b>ptimization in <b>N</b>etworks</i>.
    1.17 +It is a C++ template library providing efficient implementation of common
    1.18 +data structures and algorithms with focus on combinatorial optimization
    1.19 +problems in graphs and networks.
    1.20  
    1.21  <b>
    1.22  LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    1.23 @@ -38,7 +35,16 @@
    1.24  \ref license "license terms".
    1.25  </b>
    1.26  
    1.27 -\subsection howtoread How to read the documentation
    1.28 +The project is maintained by the 
    1.29 +<a href="http://www.cs.elte.hu/egres/">Egerv&aacute;ry Research Group on
    1.30 +Combinatorial Optimization</a> \ref egres
    1.31 +at the Operations Research Department of the
    1.32 +<a href="http://www.elte.hu/">E&ouml;tv&ouml;s Lor&aacute;nd University,
    1.33 +Budapest</a>, Hungary.
    1.34 +LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
    1.35 +initiative \ref coinor.
    1.36 +
    1.37 +\section howtoread How to Read the Documentation
    1.38  
    1.39  If you would like to get to know the library, see
    1.40  <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.