alpar@40: /* -*- C++ -*-
alpar@40:  *
alpar@40:  * This file is a part of LEMON, a generic C++ optimization library
alpar@40:  *
alpar@40:  * Copyright (C) 2003-2008
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: \dir demo
alpar@40: \brief A collection of demo application.
alpar@40: 
alpar@40: This directory contains several simple demo application, mainly
alpar@40: for educational purposes.
alpar@40: */
alpar@40: 
alpar@40: /**
alpar@40: \dir doc
alpar@40: \brief Auxiliary (and the whole generated) documentation.
alpar@40: 
alpar@40: Auxiliary (and the whole generated) documentation.
alpar@40: */
alpar@40: 
alpar@40: /**
alpar@40: \dir test
alpar@40: \brief Test programs.
alpar@40: 
alpar@40: This directory contains several test programs that check the consistency
alpar@40: of the code.
alpar@40: */
alpar@40: 
alpar@40: /**
alpar@40: \dir tools
alpar@40: \brief Some useful executables
alpar@40: 
alpar@40: This directory contains the sources of some useful complete executables.
alpar@40: 
alpar@40: */
alpar@40: 
alpar@40: 
alpar@40: 
alpar@40: /**
alpar@40: \dir lemon
alpar@40: \brief Base include directory of LEMON
alpar@40: 
alpar@40: This is the base directory of lemon includes, so each include file must be
alpar@40: prefixed with this, e.g.
alpar@40: \code
alpar@40: #include<lemon/list_graph.h>
alpar@40: #include<lemon/dijkstra.h>
alpar@40: \endcode
alpar@40: */
alpar@40: 
alpar@40: /**
alpar@40: \dir concepts
alpar@40: \brief Concept descriptors and checking classes
alpar@40: 
alpar@40: This directory contains the concept descriptors and concept checkers. As a user
alpar@40: you typically don't have to deal with these files.
alpar@40: */
alpar@40: 
alpar@40: /**
alpar@40: \dir bits
alpar@40: \brief Implementation helper files
alpar@40: 
alpar@40: This directory contains some helper classes to implement graphs, maps and
alpar@40: some other classes. As a user you typically don't have to deal with these 
alpar@40: files.
alpar@40: */