alpar@2391: /* -*- C++ -*- alpar@2391: * alpar@2391: * This file is a part of LEMON, a generic C++ optimization library alpar@2391: * alpar@2391: * Copyright (C) 2003-2007 alpar@2391: * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport alpar@2391: * (Egervary Research Group on Combinatorial Optimization, EGRES). alpar@2391: * alpar@2391: * Permission to use, modify and distribute this software is granted alpar@2391: * provided that this copyright notice appears in all copies. For alpar@2391: * precise terms see the accompanying LICENSE file. alpar@2391: * alpar@2391: * This software is provided "AS IS" with no warranty of any kind, alpar@2391: * express or implied, and with no claim as to its suitability for any alpar@2391: * purpose. alpar@2391: * alpar@2391: */ alpar@2391: alpar@1715: /** alpar@1715: \dir demo alpar@1715: \brief A collection of demo application. alpar@1715: alpar@1715: This directory contains several simple demo application, mainly alpar@1715: for educational purposes. alpar@1715: */ alpar@1715: alpar@1715: /** alpar@1715: \dir doc alpar@1715: \brief Auxiliary (and the whole generated) documentation. alpar@2157: alpar@2157: Auxiliary (and the whole generated) documentation. alpar@1715: */ alpar@1715: alpar@1715: /** alpar@1715: \dir test alpar@1715: \brief Test programs. alpar@1715: alpar@1715: This directory contains several test programs that check the consistency alpar@1715: of the code. alpar@1715: */ alpar@1715: alpar@2390: /** alpar@2390: \dir tools alpar@2390: \brief Some useful executables alpar@2390: alpar@2390: This directory contains the sources of some useful complete executables. alpar@2390: alpar@2390: */ alpar@1715: alpar@1715: alpar@1715: alpar@1154: /** alpar@1154: \dir lemon alpar@1154: \brief Base include directory of LEMON alpar@1154: alpar@1154: This is the base directory of lemon includes, so each include file must be alpar@1154: prefixed with this, e.g. alpar@1154: \code alpar@1154: #include alpar@1154: #include alpar@1154: \endcode alpar@1154: */ alpar@1154: alpar@1154: /** alpar@2350: \dir concepts alpar@1154: \brief Concept descriptors and checking classes alpar@1154: alpar@1154: This directory contains the concept descriptors and concept checkers. As a user alpar@1154: you typically don't have to deal with these files. alpar@1154: */ deba@1416: deba@1416: /** deba@1416: \dir bits deba@1416: \brief Implementation helper files deba@1416: deba@1416: This directory contains some helper classes to implement graphs, maps and deba@1416: some other classes. As a user you typically don't have to deal with these deba@1416: files. deba@1416: */