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

Load file history
gravatar
kpeter (Peter Kovacs)
Many improvements in bfs.h, dfs.h and dijkstra.h - Add run() function to Bfs and run(s,t) function to DfsVisit. - Add debug checking to addSource() function of Dfs and DfsVisit. - Add a few missing named parameters (according to \todo notes). - Small fixes in the code (e.g. missing derivations). - Many doc improvements. - Remove \todo and \warning comments which are no longer valid. - Remove \author commands (see ticket #39). - Fixes in the the doc (e.g. wrong references). - Hide the doc of most of the private and protected members. - Use public typedefs instead of template parameters in public functions. - Use better parameter names for some functions. - Other small changes to make the doc more uniform.
/* -*- mode: C++; indent-tabs-mode: nil; -*-
 *
 * This file is a part of LEMON, a generic C++ optimization library.
 *
 * Copyright (C) 2003-2008
 * 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 application.

This directory contains several simple demo application, mainly
for educational purposes.
*/

/**
\dir doc
\brief Auxiliary (and the whole generated) documentation.

Auxiliary (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 checkers. As a user
you typically don't have to deal with these files.
*/

/**
\dir bits
\brief Implementation helper files

This directory contains some helper classes to implement graphs, maps and
some other classes. As a user you typically don't have to deal with these
files.
*/