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