I was just looking at some TSP algorithms the other day and wondered how efficient a common TSP algorithm (like Christofides' algorithm) is compared to a random route for say a thousand points.
If I'd know the answer or, even better, knew a way to calculate it, it would simplify testing my own algorithms a lot.
Is there anyone who can help me with this?
EDIT: The x and y coords of the points must be integers and they are placed in a 1000*1000 area.