lemon/edmonds_karp.h
changeset 2522 616c019215c4
parent 2514 57143c09dc20
child 2527 10f3b3286e63
     1.1 --- a/lemon/edmonds_karp.h	Sun Nov 25 22:56:44 2007 +0000
     1.2 +++ b/lemon/edmonds_karp.h	Tue Nov 27 15:41:43 2007 +0000
     1.3 @@ -467,7 +467,7 @@
     1.4      /// @}
     1.5  
     1.6      /// \name Query Functions
     1.7 -    /// The result of the %Dijkstra algorithm can be obtained using these
     1.8 +    /// The result of the Edmonds-Karp algorithm can be obtained using these
     1.9      /// functions.\n
    1.10      /// Before the use of these functions,
    1.11      /// either run() or start() must be called.