[Lemon-commits] deba: r3197 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Wed Feb 21 14:51:46 CET 2007


Author: deba
Date: Wed Feb 21 14:51:45 2007
New Revision: 3197

Modified:
   hugo/trunk/lemon/circulation.h
   hugo/trunk/lemon/suurballe.h

Log:
Once again minor doc changes


Modified: hugo/trunk/lemon/circulation.h
==============================================================================
--- hugo/trunk/lemon/circulation.h	(original)
+++ hugo/trunk/lemon/circulation.h	Wed Feb 21 14:51:45 2007
@@ -31,7 +31,7 @@
 
   ///Preflow algorithm for the Network Circulation Problem.
   
-  ///\ingroup flowalgs
+  ///\ingroup max_flow
   ///This class implements a preflow algorithm
   ///for the Network Circulation Problem.
   ///The exact formulation of this problem is the following.

Modified: hugo/trunk/lemon/suurballe.h
==============================================================================
--- hugo/trunk/lemon/suurballe.h	(original)
+++ hugo/trunk/lemon/suurballe.h	Wed Feb 21 14:51:45 2007
@@ -19,7 +19,7 @@
 #ifndef LEMON_SUURBALLE_H
 #define LEMON_SUURBALLE_H
 
-///\ingroup flowalgs
+///\ingroup shortest_path
 ///\file
 ///\brief An algorithm for finding k paths of minimal total length.
 



More information about the Lemon-commits mailing list