diff -r 432c54cec63c -r 8452ca46e29a lemon/howard.h --- a/lemon/howard.h Thu Nov 05 08:39:49 2009 +0100 +++ b/lemon/howard.h Thu Oct 15 12:55:41 2009 +0200 @@ -97,7 +97,8 @@ /// mean cycle. /// /// This class implements Howard's policy iteration algorithm for finding - /// a directed cycle of minimum mean length (cost) in a digraph. + /// a directed cycle of minimum mean length (cost) in a digraph + /// \ref amo93networkflows, \ref dasdan98minmeancycle. /// This class provides the most efficient algorithm for the /// minimum mean cycle problem, though the best known theoretical /// bound on its running time is exponential.