equal
deleted
inserted
replaced
150 /// The large cost type used for internal computations. |
150 /// The large cost type used for internal computations. |
151 /// By default, it is \c long \c long if the \c Cost type is integer, |
151 /// By default, it is \c long \c long if the \c Cost type is integer, |
152 /// otherwise it is \c double. |
152 /// otherwise it is \c double. |
153 typedef typename TR::LargeCost LargeCost; |
153 typedef typename TR::LargeCost LargeCost; |
154 |
154 |
155 /// The \ref CostScalingDefaultTraits "traits class" of the algorithm |
155 /// \brief The \ref lemon::CostScalingDefaultTraits "traits class" |
|
156 /// of the algorithm |
156 typedef TR Traits; |
157 typedef TR Traits; |
157 |
158 |
158 public: |
159 public: |
159 |
160 |
160 /// \brief Problem type constants for the \c run() function. |
161 /// \brief Problem type constants for the \c run() function. |