lemon/greedy_tsp.h
changeset 1079 5958cc5c0a98
parent 1037 d3dcc49e6403
child 1092 dceba191c00d
equal deleted inserted replaced
4:e0b3d0ca37ef 5:72bba401b65d
   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();