Question 25
TSP ALGORITHMS
Answer the given subquestions.
The savings S(a,b) for two cities a and b relative to base/fulcrum city n is __________ , where C(x,y) is the distance between cities x and y.
C(a,b) - (C(n,a) + C(n,b))
(C(n,a) + C(n,b)) - 2*C(a,b)
(C(n,a) * C(n,b)) / C(a,b)
(C(n,a) + C(n,b)) - C(a,b)