“…For example, given L = [17,19,16,18,5,7,6], obtained after solving TSP defined by the previous current node 4, we need to solve the TSP defined by the new current node 5. The TSP being solved includes nodes {18, 10, 22, 23, 7}, and the resulting tour is [18,23,10,22,7]. Before moving on to node 7, we replace node 5 with its ordered children to obtain the updated list L = [17,19,16,18,23,10,22,7,6], see Fig.…”