diff -r 432c54cec63c -r 8452ca46e29a lemon/karp.h --- a/lemon/karp.h Thu Nov 05 08:39:49 2009 +0100 +++ b/lemon/karp.h Thu Oct 15 12:55:41 2009 +0200 @@ -97,7 +97,8 @@ /// mean cycle. /// /// This class implements Karp's algorithm for finding a directed - /// cycle of minimum mean length (cost) in a digraph. + /// cycle of minimum mean length (cost) in a digraph + /// \ref amo93networkflows, \ref dasdan98minmeancycle. /// It runs in time O(ne) and uses space O(n2+e). /// /// \tparam GR The type of the digraph the algorithm runs on.