The Traveling Salesman Problem (often called TSP) is a classic algorithmic problem in the field of computer science and operations research. It is an NP-Hard problem focused on optimization. TSP has several applications even in its purest formulation, such as planning, logistics, and the manufacture of microchips; and can be slightly modified to appear as a sub-problem in many areas, such as DNA sequencing. In this paper, a study on parallelization of the Brute Force approach (under several paradigms) of the Travelling Salesman Problem is presented. Detailed timing studies for the serial and various parallel implementations of the Travelling Salesman Problem have also been illustrated.
翻译:旅行推销员问题(通常称为TSP)是计算机科学和业务研究领域一个典型的算法问题,是一个注重优化的NP-Hard问题,它有几种应用,甚至最纯的配方,如规划、物流和微芯片的制造;可以稍作修改,以在DNA排序等许多领域作为一个子问题出现。本文介绍了关于《旅行推销员问题》布鲁特部队方法(在若干范式下)的平行化的研究,还说明了《旅行推销员问题》系列和各种平行实施的详细时间研究。