1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
 
     3  * This file is a part of LEMON, a generic C++ optimization library.
 
     5  * Copyright (C) 2003-2009
 
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
 
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
 
     9  * Permission to use, modify and distribute this software is granted
 
    10  * provided that this copyright notice appears in all copies. For
 
    11  * precise terms see the accompanying LICENSE file.
 
    13  * This software is provided "AS IS" with no warranty of any kind,
 
    14  * express or implied, and with no claim as to its suitability for any
 
    20 \mainpage LEMON Documentation
 
    22 \section intro Introduction
 
    24 \subsection whatis What is LEMON
 
    26 LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
 
    27 and <b>O</b>ptimization in <b>N</b>etworks.
 
    29 library aimed at combinatorial optimization tasks which
 
    30 often involve in working
 
    34 LEMON is an <a class="el" href="http://opensource.org/">open source</a>
 
    36 You are free to use it in your commercial or
 
    37 non-commercial applications under very permissive
 
    38 \ref license "license terms".
 
    41 \subsection howtoread How to read the documentation
 
    43 If you would like to get to know the library, see
 
    44 <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
 
    46 If you know what you are looking for, then try to find it under the
 
    47 <a class="el" href="modules.html">Modules</a> section.
 
    49 If you are a user of the old (0.x) series of LEMON, please check out the
 
    50 \ref migration "Migration Guide" for the backward incompatibilities.