diff -r dbaf21739390 -r 7bf489cf624e doc/groups.dox --- a/doc/groups.dox Fri Mar 15 17:19:17 2013 +0100 +++ b/doc/groups.dox Sat Mar 16 13:14:35 2013 +0100 @@ -392,7 +392,7 @@ This group contains the algorithms for finding minimum cost flows and circulations \ref amo93networkflows. For more information about this -problem and its dual solution, see \ref min_cost_flow +problem and its dual solution, see: \ref min_cost_flow "Minimum Cost Flow Problem". LEMON contains several algorithms for this problem. @@ -484,8 +484,7 @@ most efficient one, though the best known theoretical bound on its running time is exponential. Both \ref KarpMmc "Karp" and \ref HartmannOrlinMmc "Hartmann-Orlin" algorithms -run in time O(ne) and use space O(n2+e), but the latter one is -typically faster due to the applied early termination scheme. +run in time O(ne) and use space O(n2+e). */ /**