alpar@209: /* -*- mode: C++; indent-tabs-mode: nil; -*-
alpar@40:  *
alpar@209:  * This file is a part of LEMON, a generic C++ optimization library.
alpar@40:  *
alpar@440:  * Copyright (C) 2003-2009
alpar@40:  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@40:  * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@40:  *
alpar@40:  * Permission to use, modify and distribute this software is granted
alpar@40:  * provided that this copyright notice appears in all copies. For
alpar@40:  * precise terms see the accompanying LICENSE file.
alpar@40:  *
alpar@40:  * This software is provided "AS IS" with no warranty of any kind,
alpar@40:  * express or implied, and with no claim as to its suitability for any
alpar@40:  * purpose.
alpar@40:  *
alpar@40:  */
alpar@40: 
alpar@40: /**
alpar@40: \mainpage LEMON Documentation
alpar@40: 
alpar@40: \section intro Introduction
alpar@40: 
kpeter@755: <b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
kpeter@755: and <b>O</b>ptimization in <b>N</b>etworks</i>.
kpeter@755: It is a C++ template library providing efficient implementation of common
kpeter@755: data structures and algorithms with focus on combinatorial optimization
kpeter@755: problems in graphs and networks.
alpar@40: 
alpar@40: <b>
alpar@40: LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
alpar@40: project.
alpar@40: You are free to use it in your commercial or
alpar@40: non-commercial applications under very permissive
alpar@40: \ref license "license terms".
alpar@40: </b>
alpar@40: 
kpeter@755: The project is maintained by the 
kpeter@755: <a href="http://www.cs.elte.hu/egres/">Egerv&aacute;ry Research Group on
kpeter@755: Combinatorial Optimization</a> \ref egres
kpeter@755: at the Operations Research Department of the
kpeter@755: <a href="http://www.elte.hu/">E&ouml;tv&ouml;s Lor&aacute;nd University,
kpeter@755: Budapest</a>, Hungary.
kpeter@755: LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
kpeter@755: initiative \ref coinor.
kpeter@755: 
kpeter@755: \section howtoread How to Read the Documentation
alpar@40: 
kpeter@651: If you would like to get to know the library, see
kpeter@559: <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
alpar@40: 
kpeter@651: If you know what you are looking for, then try to find it under the
kpeter@559: <a class="el" href="modules.html">Modules</a> section.
alpar@40: 
kpeter@314: If you are a user of the old (0.x) series of LEMON, please check out the
kpeter@314: \ref migration "Migration Guide" for the backward incompatibilities.
alpar@40: */