Question

Consider the following instance of the Travelling Salesman Problem: Highlighted in bold is the following route of length62: A → C → B → E → D → A Using

the 2-opt algorithm, which of the following modifications are valid swaps that can be made to the above route to obtain a shorter route? Remove (A, C'), (B, E)and Add(А, В), (С, Е)- Remove (A, D), (C, B)and Add(С, D), (A, B). Remove (A, C'), (A, D)and add(C, D), (A, A). Remove (A, D), (B,E)and add(А, E), (В, D). Remove (A, D), (B, E)and add(А, В), (D, E).

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9Question image 10