Travelling Salesman with latitude/longitude coordinates?
I am reading about many heuristics for the TSP and many use Euclidian x/y coordinates. But I have my data as latitude and longitude, so how do I use those heuristics? That is, is there a meaningful way to go from latitude/longitude to x/y coordinates?
Thanks