equal
deleted
inserted
replaced
250 } |
250 } |
251 |
251 |
252 /// \brief Gives back the found tour as a path. |
252 /// \brief Gives back the found tour as a path. |
253 /// |
253 /// |
254 /// This function copies the found tour as a list of arcs/edges into |
254 /// This function copies the found tour as a list of arcs/edges into |
255 /// the given \ref concept::Path "path structure". |
255 /// the given \ref lemon::concepts::Path "path structure". |
256 /// |
256 /// |
257 /// \pre run() must be called before using this function. |
257 /// \pre run() must be called before using this function. |
258 template <typename Path> |
258 template <typename Path> |
259 void tour(Path &path) const { |
259 void tour(Path &path) const { |
260 path.clear(); |
260 path.clear(); |