diff -r c35afa9e89e7 -r ef88c0a30f85 doc/mainpage.dox --- a/doc/mainpage.dox Mon Jan 12 23:11:39 2009 +0100 +++ b/doc/mainpage.dox Thu Nov 05 15:48:01 2009 +0100 @@ -21,15 +21,11 @@ \section intro Introduction -\subsection whatis What is LEMON - -LEMON stands for -Library of Efficient Models -and Optimization in Networks. -It is a C++ template -library aimed at combinatorial optimization tasks which -often involve in working -with graphs. +LEMON stands for Library for Efficient Modeling +and Optimization in Networks. +It is a C++ template library providing efficient implementation of common +data structures and algorithms with focus on combinatorial optimization +problems in graphs and networks. LEMON is an open source @@ -39,22 +35,22 @@ \ref license "license terms". -\subsection howtoread How to read the documentation +The project is maintained by the +Egerváry Research Group on +Combinatorial Optimization \ref egres +at the Operations Research Department of the +Eötvös Loránd University, +Budapest, Hungary. +LEMON is also a member of the COIN-OR +initiative \ref coinor. -If you want to get a quick start and see the most important features then -take a look at our \ref quicktour -"Quick Tour to LEMON" which will guide you along. +\section howtoread How to Read the Documentation -If you already feel like using our library, see the page that tells you -\ref getstart "How to start using LEMON". +If you would like to get to know the library, see +LEMON Tutorial. -If you -want to see how LEMON works, see -some \ref demoprograms "demo programs". - -If you know what you are looking for then try to find it under the -Modules -section. +If you know what you are looking for, then try to find it under the +Modules section. If you are a user of the old (0.x) series of LEMON, please check out the \ref migration "Migration Guide" for the backward incompatibilities.