diff -r 7af2ae7c1428 -r 3ed8f7c8bed8 lemon/hartmann_orlin_mmc.h --- a/lemon/hartmann_orlin_mmc.h Thu Mar 18 00:29:35 2010 +0100 +++ b/lemon/hartmann_orlin_mmc.h Thu Mar 18 14:50:32 2010 +0100 @@ -38,7 +38,7 @@ /// Default traits class of HartmannOrlinMmc class. /// \tparam GR The type of the digraph. /// \tparam CM The type of the cost map. - /// It must conform to the \ref concepts::Rea_data "Rea_data" concept. + /// It must conform to the \ref concepts::ReadMap "ReadMap" concept. #ifdef DOXYGEN template #else @@ -99,7 +99,7 @@ /// This class implements the Hartmann-Orlin algorithm for finding /// a directed cycle of minimum mean cost in a digraph /// \ref amo93networkflows, \ref dasdan98minmeancycle. - /// It is an improved version of \ref Karp "Karp"'s original algorithm, + /// It is an improved version of \ref KarpMmc "Karp"'s original algorithm, /// it applies an efficient early termination scheme. /// It runs in time O(ne) and uses space O(n2+e). ///