lemon/christofides_tsp.h
changeset 1250 97d978243703
parent 1205 d3dcc49e6403
child 1270 dceba191c00d
     1.1 --- a/lemon/christofides_tsp.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/christofides_tsp.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -231,7 +231,7 @@
     1.4        /// \brief Gives back the found tour as a path.
     1.5        ///
     1.6        /// This function copies the found tour as a list of arcs/edges into
     1.7 -      /// the given \ref concept::Path "path structure".
     1.8 +      /// the given \ref lemon::concepts::Path "path structure".
     1.9        ///
    1.10        /// \pre run() must be called before using this function.
    1.11        template <typename Path>