TSP Question
For each statement below, indicate whether it is True or False.
I) The traveling salesperson problem seeks a cycle that visits every vertex exactly once and has the minimum possible total weight.
II) In the symmetric TSP, the closest neighbor heuristic always guarantees an optimal solution.
III) The triangle inequality states that for any three nodes x, y, and z, the direct cost from x to y cannot exceed the cost of traveling through z.
IV) TSP is considered NP-Hard; therefore, if a polynomial-time algorithm for TSP were discovered, every problem in NP could also be solved in polynomial time.
a) I, II, III and IV are correct
b) Only I and IV are correct
c) II and IV are correct
d) I, III and IV are correct
e) None of the above
Original idea by Ingrid Barbosa
Comments
Post a Comment