“…As shown in Figure 12, a 2-OPT heuristic can modify the tour in a way that shortens the travel cost of the tour. For example, if a tour begins in Figure 12(a), a 2-OPT randomly swap point i is 2 and k is 4, and insert the new tour (1, 2), (4,3), and (5) that results in the tour shown in Figure 12(b). The pseudo-code of the 2-OPT heuristic is given in Algorithm 3.…”