Optimization and parallelization of simplified Balas' and Christofides' algorithm for the traveling salesman problem
Автор: Burkhovetskiy Victor Vitalyevich
Журнал: Программные системы: теория и приложения @programmnye-sistemy
Рубрика: Математические основы программирования
Статья в выпуске: 4 (47) т.11, 2020 года.
Бесплатный доступ
The paper describes an exact parallel algorithm for the traveling salesman problem based on simplified Balas' and Christofides' algorithm, its optimization, and improvements in its parallel efficiency. Due to the new method of passing tasks between parallel threads, the algorithm solves, on average, instances with 3000 nodes (with random edge weights) in 1 minute, and instances with 10000 nodes in 50 minutes. The algorithm can solve instances with more than 3000 nodes due to the memory usage optimization introduced in this paper.
Branch-and-bound, parallel computing, traveling salesman problem, tree traversal, memory optimization
Короткий адрес: https://sciup.org/143175969
IDR: 143175969 | DOI: 10.25209/2079-3316-2020-11-4-3-16