diff -r 218171dc022d -r c5cd8960df74 lemon/network_simplex.h --- a/lemon/network_simplex.h Mon Aug 05 14:21:58 2013 +0200 +++ b/lemon/network_simplex.h Tue Aug 06 05:38:49 2013 +0200 @@ -973,7 +973,7 @@ /// \brief Return the total cost of the found flow. /// /// This function returns the total cost of the found flow. - /// Its complexity is O(e). + /// Its complexity is O(m). /// /// \note The return type of the function can be specified as a /// template parameter. For example,