中文
相关论文

相关论文: The Floyd-Warshall Algorithm, the AP and the TSP

200 篇论文

Traveling salesman problem is a NP-hard problem. Until now, researchers have not found a polynomial time algorithm for traveling salesman problem. Among the existing algorithms, dynamic programming algorithm can solve the problem in time…

数据结构与算法 · 计算机科学 2015-10-16 Yunpeng Li

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 paper, we study the prize-collecting rural postman problem (PCRPP), a variant of the rural postman problem. Given a PCRPP instance consisting of an undirected graph whose edges have nonnegative lengths and nonnegative profits,…

数据结构与算法 · 计算机科学 2026-05-26 Hong Li , Jianping Li , Wei Li , Runtao Xie , Xiaoxiao Yang

We study the metric $s$-$t$ path Traveling Salesman Problem (TSP). [An, Kleinberg, and Shmoys, STOC 2012] improved on the long standing $\frac{5}{3}$-approximation factor and presented an algorithm that achieves an approximation factor of…

数据结构与算法 · 计算机科学 2015-03-17 Zhihan Gao

This paper implements a new way of solving a problem called the traveling salesman problem (TSP) using quantum genetic algorithm (QGA). We compared how well this new approach works to the traditional method known as a classical genetic…

量子物理 · 物理学 2024-09-24 Yijiang Ma , Tan Chye Cheah

We study the variant of the Euclidean Traveling Salesman problem where instead of a set of points, we are given a set of lines as input, and the goal is to find the shortest tour that visits each line. The best known upper and lower bounds…

数据结构与算法 · 计算机科学 2024-04-23 Antonios Antoniadis , Sándor Kisfaludi-Bak , Bundit Laekhanukit , Daniel Vaz

In the maximum asymmetric traveling salesman problem (Max ATSP) we are given a complete directed graph with nonnegative weights on the edges and we wish to compute a traveling salesman tour of maximum weight. In this paper we give a fast…

数据结构与算法 · 计算机科学 2020-12-23 Katarzyna Paluch

The Traveling Salesperson Problem (TSP) is one of the best-known combinatorial optimisation problems. However, many real-world problems are composed of several interacting components. The Traveling Thief Problem (TTP) addresses such…

神经与进化计算 · 计算机科学 2020-06-08 Jakob Bossek , Aneta Neumann , Frank Neumann

We introduce a few variants on Frank-Wolfe style algorithms suitable for large scale optimization. We show how to modify the standard Frank-Wolfe algorithm using stochastic gradients, approximate subproblem solutions, and sketched decision…

最优化与控制 · 数学 2018-08-17 Lijun Ding , Madeleine Udell

The cost due to delay in services may be intrinsically different for various applications of vehicle routing such as medical emergencies, logistical operations, and ride-sharing. We study a fundamental generalization of the Traveling…

数据结构与算法 · 计算机科学 2022-08-10 Majid Farhadi , Jai Moondra , Prasad Tetali , Alejandro Toriello

The Frank-Wolfe (FW) optimization algorithm has lately re-gained popularity thanks in particular to its ability to nicely handle the structured constraints appearing in machine learning applications. However, its convergence rate is known…

最优化与控制 · 数学 2015-11-19 Simon Lacoste-Julien , Martin Jaggi

The workflow satisfiability problem (WSP) asks whether there exists an assignment of authorized users to the steps in a workflow specification that satisfies the constraints in the specification. The problem is NP-hard in general, but…

数据结构与算法 · 计算机科学 2015-05-18 D. Cohen , J. Crampton , A. Gagarin , G. Gutin , M. Jones

The Stochastic Sequential Threshold Assignment Problem (SSTAP) addresses the optimal assignment of arriving tasks (jobs) to available resources (workers) to maximize a reward function which consists of indicator functions that incorporate…

最优化与控制 · 数学 2018-05-07 Aristomenis Tsopelakos

We study variants of the Optimal Refugee Resettlement problem where a set $F$ of refugee families need to be allocated to a set $L$ of possible places of resettlement in a feasible and optimal way. Feasibility issues emerge from the…

计算机科学与博弈论 · 计算机科学 2024-08-19 Jiehua Chen , Ildikó Schlotter , Sofia Simola

The travelling salesman problem (TSP) is a popular NP-hard-combinatorial optimization problem that requires finding the optimal way for a salesman to travel through different cities once and return to the initial city. The existing methods…

量子物理 · 物理学 2026-01-28 Kapil Goswami , Gagan Anekonda Veereshi , Peter Schmelcher , Rick Mukherjee

We propose a learning algorithm for solving the traveling salesman problem based on a simple strategy of trial and adaptation: i) A tour is selected by choosing cities probabilistically according to the ``synaptic'' strengths between…

adap-org · 物理学 2009-10-28 Kan Chen

The Traveling Salesman Problem (TSP) is a classic and extensively studied problem with numerous real-world applications in artificial intelligence and operations research. It is well-known that TSP admits a constant approximation ratio on…

数据结构与算法 · 计算机科学 2025-12-02 Jingyang Zhao , Zimo Sheng , Mingyu Xiao

Prize-Collecting TSP is a variant of the traveling salesperson problem where one may drop vertices from the tour at the cost of vertex-dependent penalties. The quality of a solution is then measured by adding the length of the tour and the…

数据结构与算法 · 计算机科学 2025-01-14 Jannis Blauth , Nathan Klein , Martin Nägele

We consider the Travelling Salesman Problem with Vertex Requisitions, where for each position of the tour at most two possible vertices are given. It is known that the problem is strongly NP-hard. The proposed algorithm for this problem has…

数据结构与算法 · 计算机科学 2017-03-14 Anton Eremeev , Yulia Kovalenko

The traveling salesman (or salesperson) problem, short TSP, is a problem of strong interest to many researchers from mathematics, economics, and computer science. Manifold TSP variants occur in nearly every scientific field and application…

数据结构与算法 · 计算机科学 2025-11-10 Sophia Saller , Jana Koehler , Andreas Karrenbauer