Analysis of Solution Quality

This is the interesting part. How does the tour we find relate to the optimal tour?

Recall $\mbox{\rm OPT}$ is the length of the best tour, M is the size of the MST we found, and C is the length of the tour we return. Facts:

So, even though we don't know $\mbox{\rm OPT}$, we know it can't be too far away!


next up previous
Next: Other Algorithms Up: APPROXIMATION Previous: Running Time