lemon/opt2_tsp.h
changeset 1076 97d978243703
parent 1037 d3dcc49e6403
child 1092 dceba191c00d
equal deleted inserted replaced
4:1dddfbedda69 5:9d8dd0a4c016
   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();