1.1 --- a/lemon/fractional_matching.h Mon Jul 16 16:21:40 2018 +0200
1.2 +++ b/lemon/fractional_matching.h Wed Oct 17 19:14:07 2018 +0200
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-2010
1.8 + * Copyright (C) 2003-2013
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -123,8 +123,8 @@
1.13 class MaxFractionalMatching {
1.14 public:
1.15
1.16 - /// \brief The \ref MaxFractionalMatchingDefaultTraits "traits
1.17 - /// class" of the algorithm.
1.18 + /// \brief The \ref lemon::MaxFractionalMatchingDefaultTraits
1.19 + /// "traits class" of the algorithm.
1.20 typedef TR Traits;
1.21 /// The type of the graph the algorithm runs on.
1.22 typedef typename TR::Graph Graph;