doc/mainpage.dox
changeset 784 1a7fe3bef514
parent 658 ebdcc68fe79e
child 848 e05b2b48515a
     1.1 --- a/doc/mainpage.dox	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/doc/mainpage.dox	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2008
     1.8 + * Copyright (C) 2003-2009
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -21,15 +21,11 @@
    1.13  
    1.14  \section intro Introduction
    1.15  
    1.16 -\subsection whatis What is LEMON
    1.17 -
    1.18 -LEMON stands for
    1.19 -<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    1.20 -and <b>O</b>ptimization in <b>N</b>etworks.
    1.21 -It is a C++ template
    1.22 -library aimed at combinatorial optimization tasks which
    1.23 -often involve in working
    1.24 -with graphs.
    1.25 +<b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    1.26 +and <b>O</b>ptimization in <b>N</b>etworks</i>.
    1.27 +It is a C++ template library providing efficient implementation of common
    1.28 +data structures and algorithms with focus on combinatorial optimization
    1.29 +problems in graphs and networks.
    1.30  
    1.31  <b>
    1.32  LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    1.33 @@ -39,22 +35,22 @@
    1.34  \ref license "license terms".
    1.35  </b>
    1.36  
    1.37 -\subsection howtoread How to read the documentation
    1.38 +The project is maintained by the 
    1.39 +<a href="http://www.cs.elte.hu/egres/">Egerv&aacute;ry Research Group on
    1.40 +Combinatorial Optimization</a> \ref egres
    1.41 +at the Operations Research Department of the
    1.42 +<a href="http://www.elte.hu/">E&ouml;tv&ouml;s Lor&aacute;nd University,
    1.43 +Budapest</a>, Hungary.
    1.44 +LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
    1.45 +initiative \ref coinor.
    1.46  
    1.47 -If you want to get a quick start and see the most important features then
    1.48 -take a look at our \ref quicktour
    1.49 -"Quick Tour to LEMON" which will guide you along.
    1.50 +\section howtoread How to Read the Documentation
    1.51  
    1.52 -If you already feel like using our library, see the page that tells you
    1.53 -\ref getstart "How to start using LEMON".
    1.54 +If you would like to get to know the library, see
    1.55 +<a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
    1.56  
    1.57 -If you
    1.58 -want to see how LEMON works, see
    1.59 -some \ref demoprograms "demo programs".
    1.60 -
    1.61 -If you know what you are looking for then try to find it under the
    1.62 -<a class="el" href="modules.html">Modules</a>
    1.63 -section.
    1.64 +If you know what you are looking for, then try to find it under the
    1.65 +<a class="el" href="modules.html">Modules</a> section.
    1.66  
    1.67  If you are a user of the old (0.x) series of LEMON, please check out the
    1.68  \ref migration "Migration Guide" for the backward incompatibilities.