changeset 1082 | cae19e9eeca4 |
parent 1074 | 97d978243703 |
child 1092 | dceba191c00d |
1.1 --- a/lemon/suurballe.h Tue Aug 06 12:28:37 2013 +0200 1.2 +++ b/lemon/suurballe.h Tue Aug 06 17:58:59 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.