equal
deleted
inserted
replaced
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. |