Publication: Traveling Salesman Problem with Neighborhoods (TSPN)

The Traveling Salesman Problem with Neighborhoods (TSPN) is a generalization of the TSP where points are replaced by neighborhoods and the goal is to find a minimum cost tour through the set of neighborhoods visiting each of them once.

Our approaches

In CSE, we propose two methods for solving TSPN - Constricting Insertion Heuristic and Constricting 3-Opt. For more details, please refer to:

Known test instances for TSPN

  • We propose a set of test instances to evaluate methods for solving TSPN: Download
  • The test set was presented by I. Gentilini, F. Margot and K. Shimada and is available here: http://wpweb2.tepper.cmu.edu/fmargot/ampl.html
  • There are some similar problems to TSPN, e.g. Close-enough TSP (CETSP). Benchmarks from CETSP could also be used to evaluate TSPN methods. A well-known test set was created by William Mennell, Bruce Golden and Edward Wasil and is available here: http://drum.lib.umd.edu/handle/1903/9822 

Last Modification: 10.11.2023 - Contact Person: Webmaster