中文
相关论文

相关论文: A Polynomial Time Algorithm for The Traveling Sale…

200 篇论文

Yatsenko gives a polynomial-time algorithm for solving the traveling salesman problem. We examine the correctness of the algorithm and its construction. We also comment on Yatsenko's evaluation of the algorithm.

计算复杂性 · 计算机科学 2008-01-04 Christopher Clingerman , Jeremiah Hemphill , Corey Proscia

In this paper, we present a polynomial-sized linear programming formulation of the Traveling Salesman Problem (TSP). The proposed linear program is a network flow-based model. Numerical implementation issues and results are discussed. (The…

计算复杂性 · 计算机科学 2014-07-11 Moustapha Diaby

The Traveling Salesman Problem (TSP) is among the most famous NP-hard optimization problems. We design for this problem a randomized polynomial-time algorithm that computes a (1+eps)-approximation to the optimal tour, for any fixed eps>0,…

计算复杂性 · 计算机科学 2016-09-09 Yair Bartal , Lee-Ad Gottlieb , Robert Krauthgamer

Let the costs $C(i,j)$ for an instance of the Asymmetric Traveling Salesperson Problem (ATSP) be independent copies of a non-negative random variable $C$ from a class of distributions that include the uniform $[0,1]$ distribution and the…

数据结构与算法 · 计算机科学 2025-12-16 Tolson Bell , Alan Frieze

In this note, we show that the Traveling Salesman Problem cannot be solved in polynomial-time on a classical computer.

计算复杂性 · 计算机科学 2012-02-02 Craig Alan Feinstein

This paper describes TSP exact solution of polynomial complexity. It is considered properties of proposed method. Effectiveness of proposed solution is illustrated by outcomes of computer modeling.

计算复杂性 · 计算机科学 2007-05-23 Vadim Yatsenko

In Asymmetric A Priori TSP (with independent activation probabilities) we are given an instance of the Asymmetric Traveling Salesman Problem together with an activation probability for each vertex. The task is to compute a tour that…

数据结构与算法 · 计算机科学 2025-10-21 Manuel Christalla , Luise Puhlmann , Vera Traub

In this paper, we investigate the integrality gap of the Asymmetric Traveling Salesman Problem (ATSP) with respect to the linear relaxation given by the Asymmetric Subtour Elimination Problem (ASEP) for instances with $n$ nodes, where $n$…

This work proposes a novel enumeration algorithm for computing the integrality gap of small instances of the subtour elimination formulation for the Asymmetric Traveling Salesman Problem (ATSP). The core idea is to enumerate pairs of…

最优化与控制 · 数学 2025-11-10 Alessandro Sosso , Ambrogio Maria Bernardelli , Stefano Gualandi

In this work we revisit the Hopfield-Tank algorithm for the traveling salesman problem (TSP) and report encouraging results, with a different dynamics, that makes the algorithm more efficient finding better solutions in much less…

软凝聚态物质 · 物理学 2009-10-30 M. Argollo de Menezes , T. J. P. Penna

We show that certain ways of solving some combinatorial optimization problems can be understood as using query planes to divide the space of problem instances into polyhedra that could fit into those that characterize the problem's various…

计算复杂性 · 计算机科学 2023-04-24 Jian Yang

The maximum traveling salesman problem (Max TSP) consists of finding a Hamiltonian cycle with the maximum total weight of the edges in a given complete weighted graph. This problem is APX-hard in the general metric case but admits…

数据结构与算法 · 计算机科学 2021-08-24 Vladimir Shenmaier

This article describes counter example prepared in order to prove that linear formulation of TSP problem proposed in [arXiv:0803.4354] is incorrect (it applies also to QAP problem formulation in [arXiv:0802.4307]). Article refers not only…

计算复杂性 · 计算机科学 2008-06-02 Radoslaw Hofman

We solve a 20-year old problem posed by Yannakakis and prove that there exists no polynomial-size linear program (LP) whose associated polytope projects to the traveling salesman polytope, even if the LP is not required to be symmetric.…

组合数学 · 数学 2015-03-16 Samuel Fiorini , Serge Massar , Sebastian Pokutta , Hans Raj Tiwary , Ronald de Wolf

In this paper we study the classical no-wait flowshop scheduling problem with makespan objective (F|no-wait|C_max in the standard three-field notation). This problem is well-known to be a special case of the asymmetric traveling salesman…

数据结构与算法 · 计算机科学 2013-04-26 Marcin Mucha , Maxim Sviridenko

The Quadratic Travelling Salesman Problem (QTSP) is to find a least cost Hamilton cycle in an edge-weighted graph, where costs are defined on all pairs of edges contained in the Hamilton cycle. This is a more general version than the…

离散数学 · 计算机科学 2017-09-05 Brad Woods , Abraham Punnen , Tamon Stephen

In this paper, we present a new linear programming (LP) formulation of the Traveling Salesman Problem (TSP). The proposed model has O(n^8) variables and O(n^7) constraints, where n is the number of cities. Our numerical experimentation…

离散数学 · 计算机科学 2016-10-21 Moustapha Diaby

The Travelling Salesman Problem (TSP), finding a minimal weighted Hamilton cycle in a graph, is a typical problem in operation research and combinatorial optimization. In this paper, based on some novel properties on Hamilton graphs, we…

离散数学 · 计算机科学 2021-04-28 Heping Jiang

We introduce the Polychromatic Traveling Salesman Problem (PCTSP), where the input is an edge weighted graph whose vertices are partitioned into $k$ equal-sized color classes, and the goal is to find a minimum-length Hamiltonian cycle that…

计算几何 · 计算机科学 2025-07-08 Thomas Schibler , Subhash Suri , Jie Xue

We present an algorithm for the asymmetric traveling salesman problem on instances which satisfy the triangle inequality. Like several existing algorithms, it achieves approximation ratio O(log n). Unlike previous algorithms, it uses…

数据结构与算法 · 计算机科学 2009-09-07 Michel X. Goemans , Nicholas J. A. Harvey , Kamal Jain , Mohit Singh
‹ 上一页 1 2 3 10 下一页 ›