The Backbone of the Travelling Salesperson

Abstract

We study the backbone of the travelling salesperson optimization problem. We prove that it is intractable to approximate the backbone with any performance guarantee, assuming that P!=NP and there is a limit on the number of edges falsely returned. Nevertheless, in practice, it appears that much of the backbone is present in close to optimal solutions. We can therefore often find much of the backbone using approximation methods based on good heuristics. We demonstrate that such backbone information can be used to guide the search for an optimal solution. However, the variance in runtimes when using a backbone guided heuristic is large. This suggests that we may need to combine such heuristics with randomization and restarts. In addition, though backbone guided heuristics are useful for finding optimal solutions, they are less help in proving optimality.

Cite

Text

Kilby et al. "The Backbone of the Travelling Salesperson." International Joint Conference on Artificial Intelligence, 2005.

Markdown

[Kilby et al. "The Backbone of the Travelling Salesperson." International Joint Conference on Artificial Intelligence, 2005.](https://mlanthology.org/ijcai/2005/kilby2005ijcai-backbone/)

BibTeX

@inproceedings{kilby2005ijcai-backbone,
  title     = {{The Backbone of the Travelling Salesperson}},
  author    = {Kilby, Philip and Slaney, John K. and Walsh, Toby},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {175-180},
  url       = {https://mlanthology.org/ijcai/2005/kilby2005ijcai-backbone/}
}