lemon/min_cost_arborescence.h
changeset 1250 97d978243703
parent 956 141f9c0db4a3
child 1254 c5cd8960df74
equal deleted inserted replaced
7:58ddec5833ee 9:f686dba6f949
   126   template <typename GR, typename CM, typename TR>
   126   template <typename GR, typename CM, typename TR>
   127 #endif
   127 #endif
   128   class MinCostArborescence {
   128   class MinCostArborescence {
   129   public:
   129   public:
   130 
   130 
   131     /// \brief The \ref MinCostArborescenceDefaultTraits "traits class"
   131     /// \brief The \ref lemon::MinCostArborescenceDefaultTraits "traits class"
   132     /// of the algorithm.
   132     /// of the algorithm.
   133     typedef TR Traits;
   133     typedef TR Traits;
   134     /// The type of the underlying digraph.
   134     /// The type of the underlying digraph.
   135     typedef typename Traits::Digraph Digraph;
   135     typedef typename Traits::Digraph Digraph;
   136     /// The type of the map that stores the arc costs.
   136     /// The type of the map that stores the arc costs.