Hello,
abstract : a network with weighted
I have several locations (p.e. towns) and transportation times between these location.
p.e.
locations a,b,c,d,e,f,g,h,i..
tsp-time(a,b) = 2;
tsp-time(b,a) = 1;
tsp-time(a,c) = 3;
tsp-time(a,d) = 6;
means 2*(number location)! possible tsp-times.
Target...