doc/mainpage.dox
changeset 708 994c7df296c9
parent 649 3adf5e2d1e62
     1.1 --- a/doc/mainpage.dox	Fri Nov 13 12:33:33 2009 +0100
     1.2 +++ b/doc/mainpage.dox	Thu Dec 10 17:05:35 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 @@ -23,8 +23,7 @@
    1.13  
    1.14  \subsection whatis What is LEMON
    1.15  
    1.16 -LEMON stands for
    1.17 -<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    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 @@ -41,20 +40,11 @@
    1.23  
    1.24  \subsection howtoread How to read the documentation
    1.25  
    1.26 -If you want to get a quick start and see the most important features then
    1.27 -take a look at our \ref quicktour
    1.28 -"Quick Tour to LEMON" which will guide you along.
    1.29 +If you would like to get to know the library, see
    1.30 +<a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
    1.31  
    1.32 -If you already feel like using our library, see the page that tells you
    1.33 -\ref getstart "How to start using LEMON".
    1.34 -
    1.35 -If you
    1.36 -want to see how LEMON works, see
    1.37 -some \ref demoprograms "demo programs".
    1.38 -
    1.39 -If you know what you are looking for then try to find it under the
    1.40 -<a class="el" href="modules.html">Modules</a>
    1.41 -section.
    1.42 +If you know what you are looking for, then try to find it under the
    1.43 +<a class="el" href="modules.html">Modules</a> section.
    1.44  
    1.45  If you are a user of the old (0.x) series of LEMON, please check out the
    1.46  \ref migration "Migration Guide" for the backward incompatibilities.