Location: LEMON/LEMON-official/doc/dirs.dox

Load file history
gravatar
alpar (Alpar Juttner)
Backport the CMAKE related changesets from the main branch [e20fecd1945f] Add check target for CMake (#388) [e74b5db4f2c6] Put the output of chg-len.py in the version string (#389) [7d166b8b8018] Safer call of ./scripts/chg-len.py on Windows (#389) [659ba4805a48] Make CMAKE config more consistent with configure.ac (#390) [63e4468c680e] Add 'Maintainer' CMAKE build type (#388, #390) [a725503acfe9] Allow CPACK configuration on all platforms [10242c611190] Create and install lemon.pc (#393) [48e29534cf03] The deafult target doesn't build lp_test and mip_test (#388) [0fbbdd578c06] Full path for DoxygenLayout.xml in Doxyfile.in (#395) [481496e6d71f] SOURCE_BROWSER Doxygen switch is configurable from CMAKE (#395) [09282720100b] update-external-tags CMAKE target (#395)
/* -*- mode: C++; indent-tabs-mode: nil; -*-
*
* This file is a part of LEMON, a generic C++ optimization library.
*
* Copyright (C) 2003-2009
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
* provided that this copyright notice appears in all copies. For
* precise terms see the accompanying LICENSE file.
*
* This software is provided "AS IS" with no warranty of any kind,
* express or implied, and with no claim as to its suitability for any
* purpose.
*
*/
/**
\dir demo
\brief A collection of demo applications.
This directory contains several simple demo applications, mainly
for educational purposes.
*/
/**
\dir doc
\brief Auxiliary (and the whole generated) documentation.
This directory contains some auxiliary pages and the whole generated
documentation.
*/
/**
\dir test
\brief Test programs.
This directory contains several test programs that check the consistency
of the code.
*/
/**
\dir tools
\brief Some useful executables.
This directory contains the sources of some useful complete executables.
*/
/**
\dir lemon
\brief Base include directory of LEMON.
This is the base directory of LEMON includes, so each include file must be
prefixed with this, e.g.
\code
#include<lemon/list_graph.h>
#include<lemon/dijkstra.h>
\endcode
*/
/**
\dir concepts
\brief Concept descriptors and checking classes.
This directory contains the concept descriptors and concept checking tools.
For more information see the \ref concept "Concepts" module.
*/
/**
\dir bits
\brief Auxiliary tools for implementation.
This directory contains some auxiliary classes for implementing graphs,
maps and some other classes.
As a user you typically don't have to deal with these files.
*/