Journal of Jilin University Science Edition ›› 2025, Vol. 63 ›› Issue (1): 114-0123.

Previous Articles     Next Articles

Research  Review of  Close Enough Traveling Salesman Problem

SHI Fengyuan1, OUYANG Dantong1,2, ZHANG Liming1,2   

  1. 1. College of Computer Science and Technology, Jilin University, Changchun 130012, China;
    2. Key Laboratory of Symbolic Computation and Knowledge Engineering of Ministry of Education, Jilin University, Changchun 130012, China
  • Received:2024-12-05 Online:2025-01-26 Published:2025-01-26

Abstract: We consider a variant of the classic problem of  the traveling salesman problem (TSP) in combinatorial optimization problem: 
 the close enough traveling salesman problem (CETSP).  Firstly, we comprehensively introduce the history, solving methods, and algorithms for both TSP and CETSP, including exact algorithms (such as branch and bound method, linear programming) and heuristic algorithms (such as particle swarm optimization, greedy algorithms, etc.). The TSP requires finding the shortest path to visit each city  once and return to the starting point given a list of cities and distances. CETSP is a generalization of TSP, allowing the visiting point for each target to be chosen from within a specified neighborhood, rather than  exact location. It is  suitable for practical applications that can  tolerate errors, such as logistics distribution, intelligent transportation, and wireless sensor networks, etc. CETSP has higher flexibility and adaptability, which can significantly reduce computational resources and time consumption, particularly for large-scale problems with greater advantages. Secondly, we introduce  the potential  of CETSP in practical applications, especially in logistics, industrial manufacturing, traffic planning, information and communication, offering effective solutions for improving efficiency, reducing costs, and promoting intelligent decision-making. Finally, we have identified some future research directions for CETSP.

Key words:  , close enough traveling salesman problem, heuristic algorithm, path planning, model application

CLC Number: 

  • TP301.6