equal
deleted
inserted
replaced
213 } |
213 } |
214 |
214 |
215 /// \brief Gives back the found tour as a path. |
215 /// \brief Gives back the found tour as a path. |
216 /// |
216 /// |
217 /// This function copies the found tour as a list of arcs/edges into |
217 /// This function copies the found tour as a list of arcs/edges into |
218 /// the given \ref concept::Path "path structure". |
218 /// the given \ref lemon::concepts::Path "path structure". |
219 /// |
219 /// |
220 /// \pre run() must be called before using this function. |
220 /// \pre run() must be called before using this function. |
221 template <typename Path> |
221 template <typename Path> |
222 void tour(Path &path) const { |
222 void tour(Path &path) const { |
223 path.clear(); |
223 path.clear(); |