lemon/karp_mmc.h
changeset 1004 d59484d5fc1f
parent 877 141f9c0db4a3
child 1049 7bf489cf624e
     1.1 --- a/lemon/karp_mmc.h	Thu Sep 13 12:23:46 2012 +0200
     1.2 +++ b/lemon/karp_mmc.h	Wed Nov 07 17:39:39 2012 +0100
     1.3 @@ -98,7 +98,7 @@
     1.4    ///
     1.5    /// This class implements Karp's algorithm for finding a directed
     1.6    /// cycle of minimum mean cost in a digraph
     1.7 -  /// \ref amo93networkflows, \ref dasdan98minmeancycle.
     1.8 +  /// \ref karp78characterization, \ref dasdan98minmeancycle.
     1.9    /// It runs in time O(ne) and uses space O(n<sup>2</sup>+e).
    1.10    ///
    1.11    /// \tparam GR The type of the digraph the algorithm runs on.