资 源 简 介
this piece of code implements an TSP algorithm, based on local optima search, combined with killing branches to cycles.
the algorithm allows it to pass a node more then one time.
--> code is in the download section
--> start.java is an example on how to call the code