lemon/min_cost_arborescence.h
changeset 877 141f9c0db4a3
parent 825 75e6020b19b1
     1.1 --- a/lemon/min_cost_arborescence.h	Wed Mar 17 12:35:52 2010 +0100
     1.2 +++ b/lemon/min_cost_arborescence.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-2008
     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 @@ -128,8 +128,8 @@
    1.13    class MinCostArborescence {
    1.14    public:
    1.15  
    1.16 -    /// \brief The \ref MinCostArborescenceDefaultTraits "traits class" 
    1.17 -    /// of the algorithm. 
    1.18 +    /// \brief The \ref MinCostArborescenceDefaultTraits "traits class"
    1.19 +    /// of the algorithm.
    1.20      typedef TR Traits;
    1.21      /// The type of the underlying digraph.
    1.22      typedef typename Traits::Digraph Digraph;
    1.23 @@ -436,7 +436,7 @@
    1.24      ///
    1.25      /// \ref named-templ-param "Named parameter" for setting
    1.26      /// \c PredMap type.
    1.27 -    /// It must meet the \ref concepts::WriteMap "WriteMap" concept, 
    1.28 +    /// It must meet the \ref concepts::WriteMap "WriteMap" concept,
    1.29      /// and its value type must be the \c Arc type of the digraph.
    1.30      template <class T>
    1.31      struct SetPredMap