Optimal Parallel Heuristic Algorithm for Travelling Salesman Problem
-
-
Abstract
This paper presents a parallel heuristic algorithm for travelling salesman problem satisfying triangle inequality. This algorithm uses O(n2/log2n) processors and O(log2n)time on SIMD CREWPRAM, where n is the number of given cities, so it is optimal.
-
-