1.1 --- a/doc/mainpage.dox Mon Jan 12 23:11:39 2009 +0100
1.2 +++ b/doc/mainpage.dox Thu Nov 05 15:48:01 2009 +0100
1.3 @@ -21,15 +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
1.10 -<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
1.11 -and <b>O</b>ptimization in <b>N</b>etworks.
1.12 -It is a C++ template
1.13 -library aimed at combinatorial optimization tasks which
1.14 -often involve in working
1.15 -with graphs.
1.16 +<b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
1.17 +and <b>O</b>ptimization in <b>N</b>etworks</i>.
1.18 +It is a C++ template library providing efficient implementation of common
1.19 +data structures and algorithms with focus on combinatorial optimization
1.20 +problems in graphs and networks.
1.21
1.22 <b>
1.23 LEMON is an <a class="el" href="http://opensource.org/">open source</a>
1.24 @@ -39,22 +35,22 @@
1.25 \ref license "license terms".
1.26 </b>
1.27
1.28 -\subsection howtoread How to read the documentation
1.29 +The project is maintained by the
1.30 +<a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on
1.31 +Combinatorial Optimization</a> \ref egres
1.32 +at the Operations Research Department of the
1.33 +<a href="http://www.elte.hu/">Eötvös Loránd University,
1.34 +Budapest</a>, Hungary.
1.35 +LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
1.36 +initiative \ref coinor.
1.37
1.38 -If you want to get a quick start and see the most important features then
1.39 -take a look at our \ref quicktour
1.40 -"Quick Tour to LEMON" which will guide you along.
1.41 +\section howtoread How to Read the Documentation
1.42
1.43 -If you already feel like using our library, see the page that tells you
1.44 -\ref getstart "How to start using LEMON".
1.45 +If you would like to get to know the library, see
1.46 +<a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
1.47
1.48 -If you
1.49 -want to see how LEMON works, see
1.50 -some \ref demoprograms "demo programs".
1.51 -
1.52 -If you know what you are looking for then try to find it under the
1.53 -<a class="el" href="modules.html">Modules</a>
1.54 -section.
1.55 +If you know what you are looking for, then try to find it under the
1.56 +<a class="el" href="modules.html">Modules</a> section.
1.57
1.58 If you are a user of the old (0.x) series of LEMON, please check out the
1.59 \ref migration "Migration Guide" for the backward incompatibilities.