lemon/nearest_neighbor_tsp.h
changeset 1074 97d978243703
parent 1037 d3dcc49e6403
child 1092 dceba191c00d
equal deleted inserted replaced
4:1f075975e2cf 5:a067f82908ea
   213       }
   213       }
   214 
   214 
   215       /// \brief Gives back the found tour as a path.
   215       /// \brief Gives back the found tour as a path.
   216       ///
   216       ///
   217       /// This function copies the found tour as a list of arcs/edges into
   217       /// This function copies the found tour as a list of arcs/edges into
   218       /// the given \ref concept::Path "path structure".
   218       /// the given \ref lemon::concepts::Path "path structure".
   219       ///
   219       ///
   220       /// \pre run() must be called before using this function.
   220       /// \pre run() must be called before using this function.
   221       template <typename Path>
   221       template <typename Path>
   222       void tour(Path &path) const {
   222       void tour(Path &path) const {
   223         path.clear();
   223         path.clear();