lemon/network_simplex.h
changeset 1254 c5cd8960df74
parent 1241 879fcb781086
child 1270 dceba191c00d
     1.1 --- a/lemon/network_simplex.h	Mon Aug 05 14:21:58 2013 +0200
     1.2 +++ b/lemon/network_simplex.h	Tue Aug 06 05:38:49 2013 +0200
     1.3 @@ -973,7 +973,7 @@
     1.4      /// \brief Return the total cost of the found flow.
     1.5      ///
     1.6      /// This function returns the total cost of the found flow.
     1.7 -    /// Its complexity is O(e).
     1.8 +    /// Its complexity is O(m).
     1.9      ///
    1.10      /// \note The return type of the function can be specified as a
    1.11      /// template parameter. For example,