[Lemon-commits] [lemon_svn] alpar: r1355 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:44:48 CET 2006
Author: alpar
Date: Mon Nov 8 16:23:31 2004
New Revision: 1355
Modified:
hugo/trunk/src/lemon/suurballe.h
Log:
Several changes in doc.
Modified: hugo/trunk/src/lemon/suurballe.h
==============================================================================
--- hugo/trunk/src/lemon/suurballe.h (original)
+++ hugo/trunk/src/lemon/suurballe.h Mon Nov 8 16:23:31 2004
@@ -44,9 +44,9 @@
///\param Graph The directed graph type the algorithm runs on.
///\param LengthMap The type of the length map (values should be nonnegative).
///
- ///\note It it questionable if it is correct to call this method after
+ ///\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
- ///for finding minimum cost flows. In fact, this implementation is just
+ ///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
///state that they are
More information about the Lemon-commits
mailing list