Would be nice if they could briefly describe the algorithm. Sounds like they’ve turned the TSP into an integer linear program that they can do branch and bound on, but I’m not sure.
Shortest-possible walking tour to 81,998 bars in South Korea
31–40 of 147 posts
Re: Shortest-possible walking tour to 81,998 bars in South Korea
#32Earlier quoted context omitted.
Not sure what you expected to get. The Concorde TSP solver is an exact solver that uses branch and bound search, it will return either a solution with a specified bound or the optimal bound. They provide the dataset and the solution they found (and I believe their solver is open source), if you don't believe them you can go ahead and find a better tour.
I also expected to get an actual proof.
Re: Shortest-possible walking tour to 81,998 bars in South Korea
#33I'm impressed they found a dataset this hard, but not much harder. It's a delicate balance between beating the last Traveling Salesman hiscore (Netherlands), and never finishing your compute
Do we know they didn’t just prune problematic bars from the dataset until they found a one with a solution?
Re: Shortest-possible walking tour to 81,998 bars in South Korea
#34Re: Shortest-possible walking tour to 81,998 bars in South Korea
#35Re: Shortest-possible walking tour to 81,998 bars in South Korea
#36http://webhotel4.ruc.dk/~keld/research/LKH/
The biggest proven optimum is for 3178031 right now.
This should be really done with CUDA, not plain C, btw.
Re: Shortest-possible walking tour to 81,998 bars in South Korea
#37I'm impressed they found a dataset this hard, but not much harder. It's a delicate balance between beating the last Traveling Salesman hiscore (Netherlands), and never finishing your compute
[1] https://www.math.uwaterloo.ca/tsp/korea/computation.html