English
Related papers

Related papers: The Kernighan-Lin Search Algorithm

200 papers

The Lin-Kernighan heuristic is known to be one of the most successful heuristics for the Traveling Salesman Problem (TSP). It has also proven its efficiency in application to some other problems. In this paper we discuss possible…

Data Structures and Algorithms · Computer Science 2012-02-15 Daniel Karapetyan , Gregory Gutin

The Traveling Salesman Problem (TSP) is a well-known NP-hard combinatorial optimization problem with wide-ranging applications in logistics, routing, and intelligent systems. Due to its factorial complexity, solving large-scale instances…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-05-27 Rabab Alkhalifa , Fatima Alkhomayes , Boushra Almazroua , Dana Alhaidan , Maryam Alothman , Jumana Almuhaidib

The Traveling Salesman Problem (TSP) is one of the most extensively researched and widely applied combinatorial optimization problems. It is NP-hard even in the symmetric and metric case. Building upon elaborate research, state-of-the-art…

Optimization and Control · Mathematics 2024-01-30 Sabrina C. L. Ammann , Birte Ostermann , Sebastian Stiller , Timo de Wolff

TSP (Traveling Salesman Problem), a classic NP-complete problem in combinatorial optimization, is of great significance in multiple fields. Exact algorithms for TSP are not practical due to their exponential time cost. Thus, approximate…

Data Structures and Algorithms · Computer Science 2019-11-12 Yang Li , Junbin Gao , Mingyuan Bai , Chengjun Li , Gang Liu

The Generalized Traveling Salesman Problem (GTSP) is a well-known combinatorial optimization problem with a host of applications. It is an extension of the Traveling Salesman Problem (TSP) where the set of cities is partitioned into…

Data Structures and Algorithms · Computer Science 2012-02-15 Daniel Karapetyan , Gregory Gutin

In this work, we aim to explore connections between dynamical systems techniques and combinatorial optimization problems. In particular, we construct heuristic approaches for the traveling salesman problem (TSP) based on embedding the…

Discrete Mathematics · Computer Science 2019-08-14 Tuhin Sahai , Adrian Ziessler , Stefan Klus , Michael Dellnitz

Solving the Traveling Salesperson Problem (TSP) remains a persistent challenge, despite its fundamental role in numerous generalized applications in modern contexts. Heuristic solvers address the demand for finding high-quality solutions…

Artificial Intelligence · Computer Science 2024-07-08 Jonathan Heins , Lennart Schäpermeier , Pascal Kerschke , Darrell Whitley

We address the Traveling Salesman Problem (TSP), a famous NP-hard combinatorial optimization problem. And we propose a variable strategy reinforced approach, denoted as VSR-LKH, which combines three reinforcement learning methods…

Artificial Intelligence · Computer Science 2021-03-18 Jiongzhi Zheng , Kun He , Jianrong Zhou , Yan Jin , Chu-Min Li

The generalized traveling salesman problem (GTSP) is an extension of the well-known traveling salesman problem. In GTSP, we are given a partition of cities into groups and we are required to find a minimum length tour that includes exactly…

Data Structures and Algorithms · Computer Science 2010-03-30 Gregory Gutin , Daniel Karapetyan

In this paper three heuristic algorithms using the Divide-and-Conquer paradigm are developed and assessed for three integer optimizations problems: Multidimensional Knapsack Problem (d-KP), Bin Packing Problem (BPP) and Travelling Salesman…

Optimization and Control · Mathematics 2022-07-13 Fernando A Morales

Hougardy and Schroeder (WG 2014) proposed a combinatorial technique for pruning the search space in the traveling salesman problem, establishing that, for a given instance, certain edges cannot be present in any optimal tour. We describe an…

Data Structures and Algorithms · Computer Science 2023-07-17 William Cook , Keld Helsgaun , Stefan Hougardy , Rasmus T. Schroeder

Combinatorial optimization is widely applied in a number of areas nowadays. Unfortunately, many combinatorial optimization problems are NP-hard which usually means that they are unsolvable in practice. However, it is often unnecessary to…

Data Structures and Algorithms · Computer Science 2012-07-10 Daniel Karapetyan

Grover's search algorithm is one of the basic building block in the world of quantum algorithms. Successfully applying it to combinatorial optimization problems is a subtle challenge. As a quadratic speedup is not enough to naively search…

The Travelling Salesman Problem (TSP) is a challenging graph task in combinatorial optimization that requires reasoning about both local node neighborhoods and global graph structure. In this paper, we propose to use the novel Graph…

Artificial Intelligence · Computer Science 2020-07-10 Amal Nammouchi , Hakim Ghazzai , Yehia Massoud

The generalized traveling salesman problem (GTSP) is an extension of the well-known traveling salesman problem. In GTSP, we are given a partition of cities into groups and we are required to find a minimum length tour that includes exactly…

Data Structures and Algorithms · Computer Science 2010-03-30 Gregory Gutin , Daniel Karapetyan

The Travelling Salesman Problem (TSP) is one of the most popular Combinatorial Optimization Problem. It is well solicited for the large variety of applications that it can solve, but also for its difficulty to find optimal solutions. One of…

Neural and Evolutionary Computing · Computer Science 2020-06-30 Mehdi El Krari , Belaïd Ahiod

The traveling salesman problem (TSP) is one of the most prominent combinatorial optimization problems. Given a complete graph G = (V, E) and non-negative distances d for every edge, the TSP asks for a shortest tour through all vertices with…

Optimization and Control · Mathematics 2021-09-30 Ulrich Pferschy , Rostislav Stanek

A new characterization of Hamiltonian graphs using f-cutset matrix is proposed. Based on this new characterization, a new exact polynomial time algorithm for the traveling salesman problem (TSP) is developed. We then define the so-called…

General Mathematics · Mathematics 2025-02-26 Dhananjay P. Mehendale

TSP is a classical NP-hard combinatorial optimization problem with many practical variants. LKH is one of the state-of-the-art local search algorithms for the TSP. LKH-3 is a powerful extension of LKH that can solve many TSP variants. Both…

Artificial Intelligence · Computer Science 2022-07-18 Jiongzhi Zheng , Kun He , Jianrong Zhou , Yan Jin , Chu-Min Li

The 2-Opt heuristic is one of the simplest algorithms for finding good solutions to the metric Traveling Salesman Problem. It is the key ingredient to the well-known Lin-Kernighan algorithm and often used in practice. So far, only upper and…

Discrete Mathematics · Computer Science 2020-03-16 Stefan Hougardy , Fabian Zaiser , Xianghui Zhong
‹ Prev 1 2 3 10 Next ›