lemon/insertion_tsp.h
changeset 1250 97d978243703
parent 1205 d3dcc49e6403
child 1270 dceba191c00d
equal deleted inserted replaced
4:f1e331f7d4bb 5:c64dae1ca779
   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();