Travelling Salesman Problem Nearest neighbor heuristic

219 Views Asked by At

One criticism of the nearest-neighbor TSP heuristic is that the last edge added (from the last city back to the starting city) can be very long. How much effect can that last edge have on the ratio NN/OPT ?