Treffer: A parallel algorithm to find the exact solution of the travelling salesman problem

Title:
A parallel algorithm to find the exact solution of the travelling salesman problem
Contributors:
University of Mosul, Bibliotheca Alexandria in Egypt
Source:
Indonesian Journal of Electrical Engineering and Computer Science; Vol 31, No 2: August 2023; 917-924 ; 2502-4760 ; 2502-4752 ; 10.11591/ijeecs.v31.i2
Publisher Information:
Institute of Advanced Engineering and Science
Publication Year:
2023
Document Type:
Fachzeitschrift article in journal/newspaper
File Description:
application/pdf
Language:
English
DOI:
10.11591/ijeecs.v31.i2.pp917-924
Rights:
Copyright (c) 2023 Institute of Advanced Engineering and Science ; http://creativecommons.org/licenses/by-nc/4.0
Accession Number:
edsbas.BB4AF44D
Database:
BASE

Weitere Informationen

The traveling salesman problem (TSP) is a problem in computer science that has been extensively studied and has a wide variety of real-world applications. It is considered an NP-hard issue since the only way to get a precise solution to it is to wait an exponentially long amount of time unless P=NP. Both accurate and heuristic algorithms exist to tackle this problem. The Branch-and-Bound algorithm (BnB) is often regarded as the most significant precise approach, despite the fact that it traverses, in the worst scenario, all potential tours in order to calculate the tour efficiently. This study proposed an efficient parallel algorithm to solve TSP by using a cluster multicore system. An exact algorithm will be used to get the optimal solution, and to expedite the search for the best path, we have employed a multi-threaded approach that capitalizes on the processing power of multiple CPU cores to concurrently process sub-problems.