diff -r 07682e24c4e8 -r dff32ce3db71 lemon/christofides_tsp.h --- a/lemon/christofides_tsp.h Sun Jan 09 00:57:12 2011 +0100 +++ b/lemon/christofides_tsp.h Sun Jan 09 15:06:55 2011 +0100 @@ -40,8 +40,9 @@ /// /// This a well-known approximation method for the TSP problem with /// metric cost function. - /// It yields a tour whose total cost is at most 3/2 of the optimum, - /// but it is usually much better. + /// It has a guaranteed approximation factor of 3/2 (i.e. it finds a tour + /// whose total cost is at most 3/2 of the optimum), but it usually + /// provides better solutions in practice. /// This implementation runs in O(n3log(n)) time. /// /// The algorithm starts with a \ref spantree "minimum cost spanning tree" and