equal
deleted
inserted
replaced
140 typedef typename TR::Tolerance Tolerance; |
140 typedef typename TR::Tolerance Tolerance; |
141 |
141 |
142 /// \brief The path type of the found cycles |
142 /// \brief The path type of the found cycles |
143 /// |
143 /// |
144 /// The path type of the found cycles. |
144 /// The path type of the found cycles. |
145 /// Using the \ref HowardMmcDefaultTraits "default traits class", |
145 /// Using the \ref lemon::HowardMmcDefaultTraits "default traits class", |
146 /// it is \ref lemon::Path "Path<Digraph>". |
146 /// it is \ref lemon::Path "Path<Digraph>". |
147 typedef typename TR::Path Path; |
147 typedef typename TR::Path Path; |
148 |
148 |
149 /// The \ref HowardMmcDefaultTraits "traits class" of the algorithm |
149 /// The \ref lemon::HowardMmcDefaultTraits "traits class" of the algorithm |
150 typedef TR Traits; |
150 typedef TR Traits; |
151 |
151 |
152 /// \brief Constants for the causes of search termination. |
152 /// \brief Constants for the causes of search termination. |
153 /// |
153 /// |
154 /// Enum type containing constants for the different causes of search |
154 /// Enum type containing constants for the different causes of search |