equal
deleted
inserted
replaced
138 typedef typename TR::Tolerance Tolerance; |
138 typedef typename TR::Tolerance Tolerance; |
139 |
139 |
140 /// \brief The path type of the found cycles |
140 /// \brief The path type of the found cycles |
141 /// |
141 /// |
142 /// The path type of the found cycles. |
142 /// The path type of the found cycles. |
143 /// Using the \ref KarpMmcDefaultTraits "default traits class", |
143 /// Using the \ref lemon::KarpMmcDefaultTraits "default traits class", |
144 /// it is \ref lemon::Path "Path<Digraph>". |
144 /// it is \ref lemon::Path "Path<Digraph>". |
145 typedef typename TR::Path Path; |
145 typedef typename TR::Path Path; |
146 |
146 |
147 /// The \ref KarpMmcDefaultTraits "traits class" of the algorithm |
147 /// The \ref lemon::KarpMmcDefaultTraits "traits class" of the algorithm |
148 typedef TR Traits; |
148 typedef TR Traits; |
149 |
149 |
150 private: |
150 private: |
151 |
151 |
152 TEMPLATE_DIGRAPH_TYPEDEFS(Digraph); |
152 TEMPLATE_DIGRAPH_TYPEDEFS(Digraph); |