1.1 --- a/doc/mainpage.dox.in Fri Aug 09 11:07:27 2013 +0200
1.2 +++ b/doc/mainpage.dox.in Sun Aug 11 15:28:12 2013 +0200
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-2009
1.8 + * Copyright (C) 2003-2010
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -21,14 +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 <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
1.19 -and <b>O</b>ptimization in <b>N</b>etworks.
1.20 -It is a C++ template
1.21 -library aimed at combinatorial optimization tasks which
1.22 -often involve in working
1.23 -with graphs.
1.24 +<b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
1.25 +and <b>O</b>ptimization in <b>N</b>etworks</i>.
1.26 +It is a C++ template library providing efficient implementations of common
1.27 +data structures and algorithms with focus on combinatorial optimization
1.28 +tasks connected mainly with graphs and networks.
1.29
1.30 <b>
1.31 LEMON is an <a class="el" href="http://opensource.org/">open source</a>
1.32 @@ -38,11 +35,24 @@
1.33 \ref license "license terms".
1.34 </b>
1.35
1.36 -\subsection howtoread How to read the documentation
1.37 +The project is maintained by the
1.38 +<a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on
1.39 +Combinatorial Optimization</a> \ref egres
1.40 +at the Operations Research Department of the
1.41 +<a href="http://www.elte.hu/en/">Eötvös Loránd University</a>,
1.42 +Budapest, Hungary.
1.43 +LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
1.44 +initiative \ref coinor.
1.45 +
1.46 +\section howtoread How to Read the Documentation
1.47
1.48 If you would like to get to know the library, see
1.49 <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
1.50
1.51 +If you are interested in starting to use the library, see the <a class="el"
1.52 +href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide/">Installation
1.53 +Guide</a>.
1.54 +
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