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