equal
deleted
inserted
replaced
229 } |
229 } |
230 |
230 |
231 /// \brief Gives back the found tour as a path. |
231 /// \brief Gives back the found tour as a path. |
232 /// |
232 /// |
233 /// This function copies the found tour as a list of arcs/edges into |
233 /// This function copies the found tour as a list of arcs/edges into |
234 /// the given \ref concept::Path "path structure". |
234 /// the given \ref lemon::concepts::Path "path structure". |
235 /// |
235 /// |
236 /// \pre run() must be called before using this function. |
236 /// \pre run() must be called before using this function. |
237 template <typename Path> |
237 template <typename Path> |
238 void tour(Path &path) const { |
238 void tour(Path &path) const { |
239 path.clear(); |
239 path.clear(); |