lemon/gomory_hu.h
changeset 833 e20173729589
parent 760 4ac30454f1c1
child 956 141f9c0db4a3
     1.1 --- a/lemon/gomory_hu.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/gomory_hu.h	Fri Nov 13 18:10:06 2009 +0100
     1.3 @@ -294,11 +294,9 @@
     1.4      ///
     1.5      /// \pre \ref run() must be called before using this function.
     1.6      template <typename CutMap>
     1.7 -    Value minCutMap(const Node& s, ///< 
     1.8 +    Value minCutMap(const Node& s,
     1.9                      const Node& t,
    1.10 -                    ///< 
    1.11                      CutMap& cutMap
    1.12 -                    ///< 
    1.13                      ) const {
    1.14        Node sn = s, tn = t;
    1.15        bool s_root=false;
    1.16 @@ -394,7 +392,7 @@
    1.17                     /// MinCutNodeIt(gomory, t, s, false);
    1.18                     /// \endcode
    1.19                     /// does not necessarily give the same set of nodes.
    1.20 -                   /// However it is ensured that
    1.21 +                   /// However, it is ensured that
    1.22                     /// \code
    1.23                     /// MinCutNodeIt(gomory, s, t, true);
    1.24                     /// \endcode