[Lemon-commits] deba: r3196 - in hugo/trunk: doc lemon
Lemon SVN
svn at lemon.cs.elte.hu
Wed Feb 21 14:49:19 CET 2007
Author: deba
Date: Wed Feb 21 14:49:19 2007
New Revision: 3196
Modified:
hugo/trunk/doc/groups.dox
hugo/trunk/lemon/csp.h
Log:
Minor changes
Modified: hugo/trunk/doc/groups.dox
==============================================================================
--- hugo/trunk/doc/groups.dox (original)
+++ hugo/trunk/doc/groups.dox Wed Feb 21 14:49:19 2007
@@ -151,7 +151,8 @@
@ingroup algs
\brief This group describes the algorithms for finding maximum flows.
-This group describes the algorithms for finding maximum flows.
+This group describes the algorithms for finding maximum flows and
+feasible circulations.
\image html flow.png
\image latex flow.eps "Graph flow" width=\textwidth
Modified: hugo/trunk/lemon/csp.h
==============================================================================
--- hugo/trunk/lemon/csp.h (original)
+++ hugo/trunk/lemon/csp.h Wed Feb 21 14:49:19 2007
@@ -35,6 +35,8 @@
#include <lemon/path.h>
#include <lemon/counter.h>
namespace lemon {
+
+ ///\ingroup approx
///Algorithms for the Resource Constrained Shortest Path Problem
More information about the Lemon-commits
mailing list