Description: The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an NP-hard problem in combinatorial optimization, important in operations research and theoretical computer science.
To Search:
File list (Check if you may need any files):
traveller problem
.................\fonctions.h
.................\graphe11.txt
.................\main (2).c
.................\makefile.txt
.................\READ ME.txt
.................\structures.h
.................\test1.c
.................\test2.c