Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

One-Way Salesman Finds Fast Path Home

Accepted submission by Anonymous Coward at 2017-10-08 21:40:10 from the someone please make this ready for publication. dept.
Code

The real-world version of the famous “traveling salesman problem” finally gets a good-enough solution.

from the paper:

We give a constant-factor approximation algorithm for the asymmetric traveling salesman problem. Our approximation guarantee is analyzed with respect to the standard LP relaxation, and thus our result confirms the conjectured constant integrality gap of that relaxation.
Our techniques build upon the constant-factor approximation algorithm for the special case of node-weighted metrics. Specifically, we give a generic reduction to structured instances that resemble but are more general than those arising from node-weighted metrics. For those instances, we then solve Local-Connectivity ATSP, a problem known to be equivalent (in terms of constant-factor approximation) to the asymmetric traveling salesman problem.
https://arxiv.org/abs/1708.04215 [arxiv.org]

source:
https://www.quantamagazine.org/one-way-salesman-finds-fast-path-home-20171005/ [quantamagazine.org]

for when you know how important this is.


Original Submission