[Lemon-commits] [lemon_svn] alpar: r1410 - hugo/trunk/src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:45:12 CET 2006


Author: alpar
Date: Mon Nov 22 18:50:26 2004
New Revision: 1410

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

Log:
Fix Edmonds' name.

Modified: hugo/trunk/src/lemon/suurballe.h
==============================================================================
--- hugo/trunk/src/lemon/suurballe.h	(original)
+++ hugo/trunk/src/lemon/suurballe.h	Mon Nov 22 18:50:26 2004
@@ -45,7 +45,7 @@
   ///\param LengthMap The type of the length map (values should be nonnegative).
   ///
   ///\note It it questionable whether it is correct to call this method after
-  ///%Suurballe for it is just a special case of Edmond's and Karp's algorithm
+  ///%Suurballe for it is just a special case of Edmonds' and Karp's algorithm
   ///for finding minimum cost flows. In fact, this implementation just
   ///wraps the MinCostFlow algorithms. The paper of both %Suurballe and
   ///Edmonds-Karp published in 1972, therefore it is possibly right to



More information about the Lemon-commits mailing list