lemon/suurballe.h
changeset 1080 c5cd8960df74
parent 1074 97d978243703
child 1092 dceba191c00d
     1.1 --- a/lemon/suurballe.h	Mon Aug 05 14:21:58 2013 +0200
     1.2 +++ b/lemon/suurballe.h	Tue Aug 06 05:38:49 2013 +0200
     1.3 @@ -682,7 +682,7 @@
     1.4      ///
     1.5      /// This function returns the total length of the found paths, i.e.
     1.6      /// the total cost of the found flow.
     1.7 -    /// The complexity of the function is O(e).
     1.8 +    /// The complexity of the function is O(m).
     1.9      ///
    1.10      /// \pre \ref run() or \ref findFlow() must be called before using
    1.11      /// this function.