COIN-OR::LEMON - Graph Library

Changeset 877:141f9c0db4a3 in lemon-1.2 for lemon/min_cost_arborescence.h


Ignore:
Timestamp:
03/06/10 15:35:12 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
878:f802439d2b58, 880:38213abd2911, 909:f112c18bc304
Phase:
public
Message:

Unify the sources (#339)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_cost_arborescence.h

    r825 r877  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2008
     5 * Copyright (C) 2003-2010
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    129129  public:
    130130
    131     /// \brief The \ref MinCostArborescenceDefaultTraits "traits class" 
    132     /// of the algorithm. 
     131    /// \brief The \ref MinCostArborescenceDefaultTraits "traits class"
     132    /// of the algorithm.
    133133    typedef TR Traits;
    134134    /// The type of the underlying digraph.
     
    437437    /// \ref named-templ-param "Named parameter" for setting
    438438    /// \c PredMap type.
    439     /// It must meet the \ref concepts::WriteMap "WriteMap" concept, 
     439    /// It must meet the \ref concepts::WriteMap "WriteMap" concept,
    440440    /// and its value type must be the \c Arc type of the digraph.
    441441    template <class T>
Note: See TracChangeset for help on using the changeset viewer.