lemon/fractional_matching.h
changeset 877 141f9c0db4a3
parent 876 7f6e2bd76654
     1.1 --- a/lemon/fractional_matching.h	Wed Mar 17 12:35:52 2010 +0100
     1.2 +++ b/lemon/fractional_matching.h	Sat Mar 06 14:35:12 2010 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2010
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -2009,7 +2009,7 @@
    1.13  
    1.14      /// \brief Run the algorithm.
    1.15      ///
    1.16 -    /// This method runs the \c %MaxWeightedPerfectFractionalMatching 
    1.17 +    /// This method runs the \c %MaxWeightedPerfectFractionalMatching
    1.18      /// algorithm.
    1.19      ///
    1.20      /// \note mwfm.run() is just a shortcut of the following code.