Acessibilidade / Reportar erro

A HYBRID HEURISTIC ALGORITHM FOR THE CLUSTERED TRAVELING SALESMAN PROBLEM

ABSTRACT

This paper proposes a hybrid heuristic algorithm, based on the metaheuristics Greedy Randomized Adaptive Search Procedure, Iterated Local Search and Variable Neighborhood Descent, to solve the Clustered Traveling Salesman Problem (CTSP). Hybrid Heuristic algorithm uses several variable neighborhood structures combining the intensification (using local search operators) and diversification (constructive heuristic and perturbation routine). In the CTSP, the vertices are partitioned into clusters and all vertices of each cluster have to be visited contiguously. The CTSP is 𝒩𝒫-hard since it includes the well-known Traveling Salesman Problem (TSP) as a special case. Our hybrid heuristic is compared with three heuristics from the literature and an exact method. Computational experiments are reported for different classes of instances. Experimental results show that the proposed hybrid heuristic obtains competitive results within reasonable computational time.

Keywords:
Combinatorial Problems; Clustered Traveling Salesman Problem; Hybrid Heuristic; GRASP; Iterated Local Search; Variable Neighborhood Structures

1 INTRODUCTION

The Clustered Traveling Salesman Problem (CTSP) can be defined as follows. Let G = (V, E) be a symmetric complete graph with vertex set V = {v 1 , v 2, ..., vn } and edge set E = {(vi, vj ) : vi, vj V, ij}. The vertex set V is partitioned into disjoint clusters V 1, V 2 , ..., Vm and each edge (vi, vj ) ∈ E is associated with a non-negative cost cij . The objective of the CTSP is to find a minimum cost Hamiltonian tour on G, where all vertices of each cluster must be visited consecutively. Note that when there is only a subset Vi = V the CTSP becomes a Traveling Salesman Problem (TSP). Therefore, the CTSP is 𝒩𝒫-hard since it includes the TSP as a special case.

CTSP applications arise in automated warehouse routing Chisman 66 CHISMAN JA. 1975. The clustered traveling salesman problem. Computers & Operations Research, 2(2): 115-119., emergency vehicle dispatching Weintraub, Aboud, Fernandez, Laporte & Ramirez 4242 WEINTRAUB A, ABOUD J, FERNANDEZ C, LAPORTE G & RAMIREZ E. 1999. An Emergency Vehicle Dispatching System for an Electric Utility in Chile. Journal of the Operational Research Society, 50: 690-696., production planning Lokin 2727 LOKIN FCJ. 1979. Procedures for Travelling Salesman Problems with Additional Constraints. European Journal of Operational Research, 3(2): 135-141., computer disks defragmentation, manufacturing, vehicle routing Laporte & Palekar 2424 LAPORTE G & PALEKAR U. 2002. Some Applications of the Clustered Travelling Salesman Problem. Journal of the Operational Research Society, 53(9): 972-976., commercial transactions with supermarkets and shops and grocery suppliers Ghaziri & Osman 1616 GHAZIRI H & OSMAN IH. 2003. A Neural Network for the Traveling Salesman Problem with Backhauls. Computers & Industrial Engineering, 44(2): 267-281.. Heuristic techniques are widely used to solve many TSP variants Dong, Guo & Tickle 99 DONG G, GUO WW, TICKLE K. 2012. Solving the traveling salesman problem using cooperative genetic ant systems. Expert Systems with Applications, 39(5): 5006-5011., Escario, Jimenez & Giron-Sierra 1010 ESCARIO JB, JIMENEZ JF & GIRON-SIERRA JM. 2015. Ant colony extended: Experiments on the travelling salesman problem. Expert Systems with Applications, 42(1): 390-410., and Nagata & Soler 3535 NAGATA Y & SOLER D. 2012. A new genetic algorithm for the asymmetric traveling salesman problem. Expert Systems with Applications, 39(10): 8947-8953.. There are also heuristic procedures based on different approaches Fioruci, Toledo & Nascimento 1313 FIORUCI JA, TOLEDO FM & NASCIMENTO MCV. 2012. Heuristics for minimizing the maximum within-clusters distance. Pesquisa Operacional, 32: 497-522., Subramanian & Battarra 4040 SUBRAMANIAN A & BATTARRA M. 2013. An Iterated Local Search algorithm for the Travelling Salesman Problem with Pickups and Deliveries. Journal of the Operational Research Society, 64: 402-409., Létocart, Plateau & Plateau 2626 LÉTOCART L, PLATEAU MC & PLATEAU G. 2014. An efficient hybrid heuristic method for the 0-1 exact k-item quadratic knapsack problem. Pesquisa Operacional, 34: 49-72., Martínez, Alvarez-Valdes & Parreño 3232 MARTÍNEZ DA, ALVAREZ-VALDES R & PARREÑO F. 2015. A grasp algorithm for the container loading problem with multi-drop constraints. Pesquisa Operacional, 35(1): 1-24., and Vidal, Battarra, Subramanian & Erdogan 4141 VIDAL T, BATTARRA M, SUBRAMANIAN A & ERDOGAN G. 2015. Hybrid Metaheuristics for the Clustered Vehicle Routing Problem. Computers & Operations Research, 58(C): 87-99. to solve different variants of combinatorial optimization problems.

As pointed out in Caserta & Voß 55 CASERTA M & VOSS S. 2010. Matheuristics: Hybridizing Metaheuristics and Mathematical Programming, Springer US, Boston, MA, chap Metaheuristics: Intelligent Problem Solving, pp. 1-38., a line of research in the metaheuristic field is concerned with the design of hybrid algorithms, where the term hybrid can indicate either the combination of different metaheuristics or the intertwined usage of metaheuristic features with mathematical programming techniques.

In López-Ibáñez, Mascia, Marmion & Stützle 2828 LÓPEZ-IBÁÑEZ M, MASCIA F, MARMION ME & STÜTZLE T. 2014. A template for designing single-solution hybrid metaheuristics. In: Proceedings of the Companion Publication of the 2014 Annual Conference on Genetic and Evolutionary Computation, ACM, New York, NY, USA, GECCO Comp '14, pp. 1423-1426., the authors discuss a template for singlesolution hybrid metaheuristics is based on Iterated Local Search (ILS). The flexibility is given by generalizing the components of ILS (perturbation, local search and acceptance criterion) in order to incorporate components from other metaheuristics.

In this context we propose a hybrid heuristic algorithm for the CTSP that is based on the metaheuristics Greedy Randomized Adaptive Search Procedure (GRASP) Feo & Resende 1111 FEO T & RESENDE M. 1995. Greedy Randomized Adaptive Search Procedures. Journal of Global Optimization, 6(2): 109-133., ILS Lourenço, Martin & Stützle 2929 LOURENÇO HR, MARTIN OC & STÜTZLE T. 2002. Iterated Local Search. In: Glover F & Kochenberger G (eds.) Handbook of Metaheuristics, Kluwer Academic Publishers, Boston, pp. 321-353., and Variable Neighborhood Descent (VND) Hansen & Mladenović 1919 HANSEN P & MLADENOVIĆ N. 2001. Variable neighborhood search: Principles and applications. European Journal of Operational Research, 130(3): 449-467.. To the best of our knowledge, this is the first time ILS has been applied to solve the CTSP. State-of-the-art solutions were found for many problems using this metaheuristic Stützle 3939 STÜTZLE T. 2006. Iterated local search for the quadratic assignment problem. European Journal of Operational Research, 174(3): 1519-1539. and Lourenço, Martin & Stützle 3030 LOURENÇO HR, MARTIN OC & STÜTZLE T. 2010. Handbook of Metaheuristics, Springer US, Boston, MA, chap Iterated Local Search: Framework and Applications, pp. 363-397.. The developed hybrid heuristic approach extends the basic GRASP structure by embedding ILS components, which in turn, makes use of a Variable Neighborhood Descent (VND) Hansen & Mladenović 2020 HANSEN P & MLADENOVIĆ N. 2003. Variable Neighborhood Search. In: GLOVER FW & KOCHENBERGER GA (eds.) Handbook of Metaheuristics, London: Kluwer Academic Publisher, Boston, Dordrecht, pp. 145-184. based procedure in the local search phase.

The remainder of the paper is organized as follows. Section 2 provides a brief review of some works related to the CTSP. Section 3 presents a mathematical formulation of CTSP. Section 4 describes the proposed hybrid heuristic for the CTSP. Computational results are given in Section 5 and conclusions are presented in Section 6.

2 RELATED WORK

The CTSP arose for the first time motivated by a study carried out in a warehouse system Chisman 66 CHISMAN JA. 1975. The clustered traveling salesman problem. Computers & Operations Research, 2(2): 115-119.. In this system, orders for goods arrive, each of these containing several suborders. A suborder calls for different stock numbers and it must be completely satisfied before the next suborder is started. A motorized truck is dispatched through the warehouse to pick up the stock numbers for each suborder. The order of picking the stock numbers within each suborder and the ordering of the suborder must be simultaneously optimized. In this model, the suborders are the clusters, the position of the stock numbers are the vertices and the distances to be traveled by the motorized truck are the cost of the edges. The CTSP was transformed into a TSP by adding a large constant M to the cost of each inter-cluster edge. A branch-and-bound algorithm was used to solve the problem.

Several α-approximation algorithms were developed for the CTSP Anily, Bramel & Hertz 11 ANILY S, BRAMEL J & HERTZ A. 1999. A 5/3-approximation Algorithm for the Clustered Traveling Salesman Tour and Path Problems. Operations Research Letters, 24(1-2): 29-35., Arkin, Hassin & Klein 33 ARKIN EM, HASSIN R & KLEIN L. 1997. Restricted Delivery Problems on a Network. Networks, 29(4): 205-216., Gendreau, Laporte & Potvin 1414 GENDREAU M, LAPORTE G & POTVIN JY. 1994. Heuristics for the Clustered Traveling Salesman Problem. Technical Report CRT-94-54, Centre de recherche sur les transports, Université de Montréal, Montréal, Canada., Gendreau, Laporte & Hertz 1515 GENDREAU M, LAPORTE & HERTZ A. 1997. An Approximation Algorithm for the Traveling Salesman Problem with Backhauls. Operations Research, 45(4): 639-641., and Guttmann-Beck, Hassin, Khuller & Raghavachari 1818 GUTTMANN-BECK N, HASSIN R, KHULLER S & RAGHAVACHARI B. 2000. Approximation Algorithms with Bounded Performance Guarantees for the Clustered Traveling Salesman Problem. Algorithmica, 28(4): 422-437.. These algorithms extend those developed for the TSP Christofides 77 CHRISTOFIDES N. 1976. Worst-case Analysis of a new Heuristic for the Travelling Salesman Problem. Technical Report 388, Graduate School of Industrial Administration, Carnegie-Mellon University. and Hoogeveen 2121 HOOGEVEEN JA. 1991. Analysis of Christofides' Heuristic: Some Paths are more Difficult than Cycles. Operations Research Letters, 10(5): 291-295. and provide solutions for the CTSP within a given approximation factor. Different values for such factors were found in the literature, namely: 5/3 Anily, Bramel & Hertz 11 ANILY S, BRAMEL J & HERTZ A. 1999. A 5/3-approximation Algorithm for the Clustered Traveling Salesman Tour and Path Problems. Operations Research Letters, 24(1-2): 29-35., 3.5 Arkin, Hassin & Klein 33 ARKIN EM, HASSIN R & KLEIN L. 1997. Restricted Delivery Problems on a Network. Networks, 29(4): 205-216., 2 Gendreau, Laporte & Potvin 1414 GENDREAU M, LAPORTE G & POTVIN JY. 1994. Heuristics for the Clustered Traveling Salesman Problem. Technical Report CRT-94-54, Centre de recherche sur les transports, Université de Montréal, Montréal, Canada., and 3/2 Gendreau, Laporte & Hertz 1515 GENDREAU M, LAPORTE & HERTZ A. 1997. An Approximation Algorithm for the Traveling Salesman Problem with Backhauls. Operations Research, 45(4): 639-641..

It is worth mentioning that the α-approximation algorithms require as input either the starting si and ending ti vertices in each cluster Vi or a prespecified order of visiting the clusters in the tour, i.e., V 1 , V 2 , ..., Vm , with Vi < Vj, j = i + 1, for i = 1, 2, ... , m − 1. Note that these algorithms solve the inter-cluster and intra-cluster problems independently. One drawback of these α-approximation algorithms is the fact that it does not allow the construction of cycles when the order of visiting the clusters is not given a priori.

In Guttmann-Beck, Hassin, Khuller & Raghavachari 1818 GUTTMANN-BECK N, HASSIN R, KHULLER S & RAGHAVACHARI B. 2000. Approximation Algorithms with Bounded Performance Guarantees for the Clustered Traveling Salesman Problem. Algorithmica, 28(4): 422-437. some α-approximation algorithms with bounded performance ratios were presented for four CTSP variants. In the first one, a (21/11) approximation algorithm was proposed for the case in which the starting and ending vertices of each cluster are specified. In the second one, a (9/5)-approximation algorithm was suggested for the variant where for each cluster the two end vertices are given, but with freedom of choosing the starting and ending vertices. The third approximation scheme consists of a (37/14) approximation algorithm for the case where the starting vertex of each cluster is given. In the last one, a (11/4)-approximation algorithm was devised for the case where no specific starting and ending vertices are provided. More recently, in Bao & Liu 44 BAO X & LIU Z. 2012. An improved approximation algorithm for the clustered traveling salesman problem. Information Processing Letters, 112(23): 908-910., a new approximation algorithm with a factor of 13/6 was proposed for the CTSP, also for the case where no starting and ending vertices are specified.

A heuristic algorithm that combines the concepts of Tabu Search and Evolutionary Algorithms was proposed in Laporte, Potvin & Quilleret 2525 LAPORTE G, POTVIN JY & QUILLERET F. 1996. A Tabu Search Heuristic using Genetic Diversification for the Clustered Traveling Salesman Problem. Journal of Heuristics, 2(3): 187-200. to solve a particular case of the CTSP in which the visiting order within the clusters is prespecified. It was verified that the developed heuristic outperformed the Genetic Algorithm (GA) described in Potvin & Guertin 3636 POTVIN JY & GUERTIN F. 1995. A Genetic Algorithm for the Clustered Traveling Salesman Problem with an A Priori Order on the Clusters. Technical Report CRT-95-06, Centre de recherche sur les transports, Université de Montréal, Canada., which exploits order-based crossover operators and local search heuristics. The CTSP with a prespecified visiting order within the clusters was also considered in Gendreau, Laporte & Potvin 1414 GENDREAU M, LAPORTE G & POTVIN JY. 1994. Heuristics for the Clustered Traveling Salesman Problem. Technical Report CRT-94-54, Centre de recherche sur les transports, Université de Montréal, Montréal, Canada.. An approximation algorithm with guaranteed performance ratio and two methods with satisfactory empirical performance were developed. Three algorithms were compared with a lower bound.

An algorithm which provides lower bounds on the optimal tour lengths for the CTSP using a 1-tree based Lagrangian Relaxation was developed in Jongens & Volgenant 2323 JONGENS K & VOLGENANT T. 1985. The Symmetric Clustered Traveling Salesman Problem. European Journal of Operational Research, 19(1): 68-75.. The computational results were reported for a set of instances ranging from 80 to 150 vertices and different sizes of clusters.

A GA for the CTSP which finds inter-cluster paths and then intra-cluster paths was developed in Potvin & Guertin 3737 POTVIN JY & GUERTIN F. 1996. The clustered traveling salesman problem: A genetic approach. In: OSMAN IH & KELLY J (eds). Meta-heuristics: Theory & Applications, Kluwer Academic Publishers, Norwell, MA, USA, chap 37, pp. 619-631.. Comparisons were performed with the heuristic proposed in Gendreau, Laporte & Potvin 1414 GENDREAU M, LAPORTE G & POTVIN JY. 1994. Heuristics for the Clustered Traveling Salesman Problem. Technical Report CRT-94-54, Centre de recherche sur les transports, Université de Montréal, Montréal, Canada. and with lower bounds obtained using the procedure suggested in Jongens & Volgenant 2323 JONGENS K & VOLGENANT T. 1985. The Symmetric Clustered Traveling Salesman Problem. European Journal of Operational Research, 19(1): 68-75.. This GA solved problems with up to 500 vertices and with 4 and 10 clusters. A Two-Level Genetic Algorithm (TLGA) was proposed for the CTSP in Ding, Cheng & He 88 DING C, CHENG Y & HE M. 2007. Two-Level Genetic Algorithm for Clustered Traveling Salesman Problem with Application in Large-Scale TSPs. Tsinghua Science & Technology, 12(4): 459-465.. In the lower level, the algorithm finds Hamiltonian cycles in each cluster, whereas in the higher level, it randomly chooses an edge to be deleted on the cycle in each cluster and simultaneously determines routing among clusters. Computational results demonstrated that the TLGA outperformed the classical GA developed by the authors Ding, Cheng & He 88 DING C, CHENG Y & HE M. 2007. Two-Level Genetic Algorithm for Clustered Traveling Salesman Problem with Application in Large-Scale TSPs. Tsinghua Science & Technology, 12(4): 459-465..

Several GRASP based heuristics for the CTSP were recently proposed in Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229.. One heuristic corresponds to the traditional GRASP while another five include alternative Path Relinking (Glover, Laguna & Martí 1717 GLOVER F, LAGUNA M & MARTÍ R. 2004. Scatter Search and Path Relinking: Foundations and Advanced Designs. In: ONWUBOLU GC, BABU BV (eds.) New Optimization Techniques in Engineering, Springer-Verlag, Heidelberg, pp. 87-100.)) procedures. The computational results showed that the proposed heuristics outperformed the GA presented in Ding, Cheng & He 88 DING C, CHENG Y & HE M. 2007. Two-Level Genetic Algorithm for Clustered Traveling Salesman Problem with Application in Large-Scale TSPs. Tsinghua Science & Technology, 12(4): 459-465.. Two particular versions, GPR1R2 and GPR4, had the best performance among the different methods put forward by the authors. We compare the results obtained by our hybrid heuristic with those found by these two approaches and also with the traditional GRASP.

3 A MATHEMATICAL FORMULATION OF CTSP

A mathematical formulation of CTSP using integer programming is described in Chisman 66 CHISMAN JA. 1975. The clustered traveling salesman problem. Computers & Operations Research, 2(2): 115-119., Miller, Tucker & Zemlin 3434 MILLER CE, TUCKER AW & ZEMLIN RA. 1960. Integer Programming Formulation of Traveling Salesman Problems. Journal of the ACM, 7(4): 326-329. DOI: http://doi.acm.org/10.1145/321043.321046.
http://doi.acm.org/10.1145/321043.321046...
. The salesman leaves an origin city v 1, without loss of generality, and returns to v 1. The cost cij represents the distance between city vi and city vj . The salesman proceeds from city vi to city vj if and only if xij = 1.

The mathematical formulation is as follows:

(1)

subject to

(2)

(3)

(4)

(5)

(6)

(7)

The objective function (1) minimizes the total distance traveled by the salesman and constraints (2) and (3) ensure that each city is visited once. Constraints (4) serve to eliminate tours that do not begin and end at city v 1 and tours that visit ore than (n − 1) cities. Constraints (5) state that a Hamiltonian path of length | Vk | −1 must go through the | Vk | points of cluster k. Constraints (6) and (7) define the domain of variables.

The Figure 1 shows a feasible solution for an example of an instance of the CTSP composed of four clusters (V 1, V 2, V 3, and V 4) and 11 vertices, where V 1={1, 4, 6}, V 2={2, 3, 7}, V 3={5, 8}, and V 4={9, 10, 11}. The dotted line edge between the vertices 4 and 9 show a connection inter-cluster and the full line edge between the vertices 9 and 11 a intra-cluster connection. Note that the vertices of each cluster are visited contiguously.

Figure 1
A feasible solution for an example of an instance of the CTSP.

4 THE PROPOSED HYBRID HEURISTIC

As already mentioned, the developed hybrid heuristic, called HHGILS, brings together components of the metaheuristics GRASP, ILS, and VND. The pseudocode of the proposed hybrid heuristic is illustrated in Algorithm 1. In step 2, the probability distribution of the parameter α, which is related to the constructive procedure, is initialized. The role of this parameter (reactive strategy) will be explained later.

Algorithm 1
Pseudocode of the HHGILS algorithm.

Other three important parameters of the algorithm are: maxext, maxint and maxprob. They correspond, respectively, to the maximum number of restarts of the method, ILS iterations, and restarts to update the probability distribution of α.

The value of maxint is typically larger than maxprob because more computational effort is usually required to improve an initial solution than to improve another one that has been slightly modified (perturbed) from a local optimal solution. Restarting the method from a different initial solution and perturbing local optimal solutions are both promising ways of diversifying the search, especially when put together. Since perturbations may lead to cycles, we build new solutions so as to avoid this kind of cycling. Thus at each external iteration a solution is built. For each of the maxext iterations (step 3 to step 19), a solution is generated by a constructive procedure based on GRASP and, in step 5, a local search is performed by means of a VND procedure. For each of the maxint iterations (step 6 to step 13), a perturbation is applied in step 7 and a local search is performed again using VND (step 8). In steps 9-11, the incumbent solution is updated.

The acceptance criterion (step 9) is responsible for deciding the solution from which the search will continue. In our case, it chooses the solution, from S, S" and S , associated with the minimum cost. In traditional ILS, the acceptance criterion does not consider S (the best solution in the current iteration). It only consider S e S" e thus if S passes an acceptance test, it becomes the next element of the walk in S, otherwise, one returns to S". But, the our algorithm consists in choosing the solution which presents the minimum cost among the three solutions S, S" and S . In step 15, the probability distribution of the α values is updated using a reactive strategy. Finally, in step 20 the best solution is returned.

The constructive heuristic extends the well-known Nearest Insertion heuristic by introducing concepts of GRASP. At each iteration of the constructive heuristic, a Restricted Candidate List (RCL) is built using a parameter α to restrict the size of the list of candidates to be inserted in the partial solution. The α values are defined using a reactive strategy, leading to a better performance when compared with fixed values. The reactive strategy usually helps generating better quality solutions, also avoiding parameter tuning (Festa & Resende 1212 FESTA P & RESENDE M. 2011. GRASP: basic components and enhancements. Telecommunication Systems, 46(3): 253-271.)). The reactive strategy is presented as follows. Let ψ = {α 1 , ..., αm } be the finite set of m possible values for α and let pi be the corresponding probability of selecting αi, i = 1, ..., m. Initially, pi is uniformly distributed:

(8)

After K iterations, the pi values are reevaluated as follows. Let f * be the best cost solution found in K previous iterations and let α = αi, i = 1, ..., m during K iterations. The probabilities are updated after K iterations according to: be the average cost solutions obtained using

(9)

where .

The pseudocode of the constructive heuristic is presented in Algorithm 2. In step 1, the vertex vl is randomly selected and the two nearest neighborhood vertices from the same cluster as vl (vl+1 and vl+2) are chosen as the vertices that will form the initial partial solution S (step 2).

Algorithm 2
Pseudocode of the nearest insertion heuristic.

The candidate set C is initialized in step 3. In step 5, the k nearest vertices of C, with respect to the vertices already in the partial tour, are determined and the incremental costs c(vk) are evaluated. Only feasible insertions are considered, meaning that the vertices chosen belong to the same cluster of existing vertices in the partial solution. Note that the vertices of a same cluster must be visited consecutively in a feasible CTSP tour. In steps 6 and 7, the minimum cmin and maximum cmax incremental costs are determined. In step 9, a vertex vk is randomly selected from RCL. In step 10, the partial tour (solution S) is updated by inserting a vertex vk between two adjacent vertices (vi, vi+1) which leads to the minimum cost, denoted by price p(vk). In step 11, the candidate set C is updated and finally, in step 13, the initial feasible solution S is returned.

Table 1 presents the data of a small size instance containing 12 vertices and 3 clusters. In the first column shows o vertex vk , in the second the x-coordinate of vertex vk , in the third ycoordinate of vertex vk, and in the last column the cluster Vi of vertex vk. This instance is considered to illustrate how Algorithm 2 works, as shown in Table 2. It shows the some steps of the Algorithm 2 with data of Table 1. In the first column shows the steps, in the second the inserting the initial vertices (vl, vl+1, vl+2) or vertex vk, in the third the cluster Vi of initial vertices or of vertex vk, and the last column the initial, partial or final solution. In this case, the initial partial tour is composed of vertices 1, 5 and 7, all belonging to cluster 1. Next, vertex 3 is inserted between vertices 5 and 7. The procedure is repeated until vertex 9 is inserted and a feasible initial solution is built.

Table 1
Data for an example of the Algorithm 2.

Table 2
Steps of the Algorithm 2 with data of Table 1.

As pointed before, the local search procedure is based on VND and it is composed of four types of neighborhood structures. The first neighborhood structure, N1, consists of moving vertex vk from position i to position j ≠i (1-Shift) of the same cluster so as to ensure feasibility. We describe two types of procedures (Drop and Cheap) in order to define the second neighborhood structure N2. The procedure Drop removes the vertex vk which leads to the best saving. The procedure Cheap inserts a vertex vk between two adjacent vertices (vi, vi+1) using the cheapest insertion criterion. N2 thus consists in applying the Drop procedure followed by the Cheap procedure. The moves of N2 are applied until no further improvement of the procedures (Drop and Cheap) is found. The third neighborhood structure, N3, is based on vertex-exchange movements in the same cluster (2-Swap). The fourth neighborhood structure, N4, uses the well-known 2-opt procedure both inside and between the clusters. In this work, we apply the first improvement strategy for N1 and N3, with a view of reducing the computational time, and the the best improvement strategy for N2 and N4.

The double-bridge Martin, Otto & Felten (3131 MARTIN O, OTTO SW & FELTEN EW. 1991. Large-Step Markov Chains for the Traveling Salesman Problem. Complex Systems, 5: 299-326.) was adopted as one of the perturbation mechanisms. It consists of deleting four arcs and inserting another four in such a way that a new feasible solution is built. This perturbation, called Pert, is only applied inside a cluster, with more than eight vertices, which is selected at random. For the remaining cases, i.e, when the clusters have less or equal than eight vertices, we introduce another perturbation mechanism, called Perttc, which randomly chooses two clusters and modify their visiting order. In this case, the procedure does modify the visiting order of vertices inside the clusters. Such perturbations are called individually at a time, that is, they are never combined.

5.COMPUTATIONAL RESULTS

The set of instances used in Mestria, Ochi & Martins (3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229.) were used to evaluate the performance of the proposed hybrid heuristic. These instances are available on-line at http://labic.ic.uff.br/Instance/index.php. Six different classes of instances were considered.

  1. Class 1: instances adapted from the TSPLIB Reinelt (3838 REINELT G. 2007. TSPLIB. Universität Heidelberg, Institut für Informatik, Heidelberg, Germany Universität Heidelberg, Institut für Informatik, Heidelberg, Germany http://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/index.html . Accessed 17 September 2007.
    http://www.iwr.uni-heidelberg.de/groups/...
    ) using the k-means clustering algorithm to generate the clusters.

  2. Class 2: instances adapted from those found in Johnson & McGeoch (2222 JOHNSON DS, MCGEOCH LA. 2002. Experimental Analysis of Heuristics for the STSP. In: GUTIN G & PUNNEN A (eds.) The Traveling Salesman Problem and its Variations, Kluwer Academic Publishers, Dordrecht, Holanda, pp. 369-443.) where the clusters were created by grouping the vertices in geometric centers.

  3. Class 3: instances generated using the Concorde interface available in Applegate, Bixby, Chvátal & Cook (22 APPLEGATE D, BIXBY R, CHVÁTAL V & COOK W. 2007. Concorde TSP Solver. William Cook, School of Industrial and Systems Engineering, Georgia Tech. http://www.tsp.gatech.edu/concorde/index.html. Accessed 22 December 2007.
    http://www.tsp.gatech.edu/concorde/index...
    ).

  4. Class 4: instances generated using the layout proposed in Laporte, Potvin & Quilleret (2525 LAPORTE G, POTVIN JY & QUILLERET F. 1996. A Tabu Search Heuristic using Genetic Diversification for the Clustered Traveling Salesman Problem. Journal of Heuristics, 2(3): 187-200.).

  5. Class 5: instances similar to Class 2, but generated with different parameters.

  6. Class 6: instances adapted from the TSPLIB Reinelt (3838 REINELT G. 2007. TSPLIB. Universität Heidelberg, Institut für Informatik, Heidelberg, Germany Universität Heidelberg, Institut für Informatik, Heidelberg, Germany http://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/index.html . Accessed 17 September 2007.
    http://www.iwr.uni-heidelberg.de/groups/...
    ), where the rectangular floor plan is divided into several quadrilaterals and each quadrilateral corresponds to a cluster.

We chose a set of small, medium and large size instances. The set of small instances is composed of 27 test-problems from Class 1. The set of medium instances is composed of 3 instances from each of the six classes, which leads to a total of 18 instances. Finally, the last set is composed of 15 instances, more specifically, 5 from classes 4, 5 and 6, respectively. In this way, we have a variety of different classes of instances with varying sizes. Each class has one different granularity (the vertices are positioned and dispersed in various ways).

The empirical performance of HHGILS was compared with the optimal solution or the lower bound obtained by a Mixed Integer Programming (MIP) formulation proposed in Chisman [6]. The Parallel ILOG CPLEX was used a MIP solver, with four threads. The classes of cuts used in the CPLEX were clique cuts, cover cuts, implied bound cuts, flow cuts, mixed integer rounding cuts, and Gomory fractional cuts. The tests were executed in a 2.83 GHz Intel Core 2 Quad with 4 cores and 8 GB of RAM running Ubuntu Linux (kernel version 4.3.2-1). The HHGILS algorithm was coded in C programming language and it was executed in the same environment mentioned above, but in this case only a single thread was used.

The main parameters used in our testing are described as follows. Eleven values were used for αk and they were initially chosen with uniform probability from the interval {0.0, 0.1, 0.2, ... , 1.0}. The parameter maxint was set to 35, maxext (maximum number of external iterations) set to 40, and maxprob was set to 10. HHGILS was executed ten times for each instance. These parameters were calibrated after preliminary experiments.

5.1 Comparison with CPLEX

Table 3 shows the results found in the set of instances of Class 1, where the first column contains the instances. The instances XX-nameYYY is composed of XX clusters, one name name, and YYY vertices, for example, (a) the instance 5-eil51 is composed of five clusters and 51 vertices (first row of Table 3 with the results), (b) the instance 10-eil51 is composed of ten clusters and 51 vertices (second row), (c) the instance 75-lin105 is composed 75 clusters and 105 vertices (last row), and so on. The second column contains the optimal values obtained by CPLEX and the third column the time (in seconds) required by CPLEX to find the optimal solution, i.e., the CPLEX was carry out until to find the optimal solution with gap equal a 0 (zero). The gap is calculated by (10). The fourth column presents the gap between the solution obtained by HHGILS and the optimal solution. The last column shows the average computing time (in seconds) of HHGILS. The stopping criterion of HHGILS in this case was the number of iterations. The boldface values indicate that the hybrid heuristic found the optimal solution. From Table 3, it can be seen that HHGILS found 17 optimal solutions out of 27 instances. The average gap between the solutions obtained by HHGILS and the optimal ones was 0.27%, whereas the average computing time was 12.05 seconds. In this case, the perturbation Perttc was used in 11 of the 27 instances.

(10)

where, best is the best value found by CPLEX, lb the lower bound, and ∊ is equal to 10−10.

Table 3
Comparison between HHGILS and CPLEX for the small size instances of Class 1.

In Table 4, we present the computational results obtained by CPLEX and HHGILS for medium size instances. The first column contains the names of the instances and in the second their identifiers, followed by the number of vertices, number of clusters and the Class of the instances. The next three columns show the upper bound, the lower bound and the gap found by CPLEX. The last two columns show the best and average gaps found by HHGILS with respect to the lower bound obtained by CPLEX. We set a time limit of 7200 seconds for all CPLEX executions. The stopping criterion for HHGILS was set to 720 seconds. As already mentioned, the hybrid heuristic was executed ten times for each instance, leading to a total time of 7200 seconds.

Table 4
Comparison between HHGILS and CPLEX for medium size instances.

On average, the best and average solutions found by HHGILS are less than 1% away from the lower bounds obtained by CPLEX, which suggests that the proposed hybrid heuristic had a robust performance, in terms of solution quality, on this set of instances.

It should be noticed that, for the set of small instances, the worst average gap found by HHGILS, with respect to the optimal solutions, was 1.38%, whereas the worst average gap for the medium instances, with respect to the lower bound, was 1.45%. To our knowledge, the best CTSP α-approximation algorithm proposed in the literature is the one presented in Bao & Liu 44 BAO X & LIU Z. 2012. An improved approximation algorithm for the clustered traveling salesman problem. Information Processing Letters, 112(23): 908-910., with an approximation factor of 13/6 (≈ 2.17). Therefore, it is possible to observe that the largest gaps found by HHGILS are much smaller than the approximation factor obtained in Bao & Liu 44 BAO X & LIU Z. 2012. An improved approximation algorithm for the clustered traveling salesman problem. Information Processing Letters, 112(23): 908-910..

5.2 Results obtained by the hybrid heuristic HHGILS for large size instances

Table 5 illustrates the best and average results obtained by HHGILS for large size instances using a stopping criterion of 1080 seconds for each run. The first column contains the names of the instances and the second column their identifiers, followed by the number of vertices, number of clusters and the Class of the instances. The sixth and seventh columns show the values obtained by HHGILS. These results appear to be quite competitive when compared to other approaches from the literature as shown later in Table 8.

Table 5
The best and average results obtained by HHGILS for large size instances.

Table 6
Comparison between HHGILS and GPR1R2 Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. for the small instances of Class 1.

Table 7
Comparison between HHGILS, GPR1R2 Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. and GPR4 Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. for medium size instances.

Table 8
Comparison between HHGILS, G Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. and GPR1R2 Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. for large size instances.

5.3 Comparison with other heuristic algorithms and an exact method

We now compare our results with those reported in Mestria, Ochi & Martins [33]. More precisely, we compare HHGILS with the following methods: GPR1R2, GPR4 and G. The first two consist of a combination between GRASP and Path Relinking while the third one is the traditional GRASP. According to the experiments performed in Mestria, Ochi & Martins [33], GPR1R2 outperforms all other methods proposed in that paper. The other two methods also obtained satisfactory results but only in a particular class of instances. Therefore, GPR1R2 will be considered in all comparisons, while GPR4 and G will only be considered in some particular cases. It is important to mention that GPR1R2, GPR4 and G were executed in the same computational environment of HHGILS.

Table 6 compares the results obtained by HHGILS and GPR1R2 for the small size instances of Class 1. The stopping criterion for both methods in this case was the number of iterations. It can be observed that GPR1R2 appears to have a better performance both in terms of solution quality and computational time. Nevertheless, HHGILS found more optimal solutions than GPR1R2.

In Table 7 we compare the gaps between the best solutions obtained by HHGILS, GPR1R2 and GPR4 and the lower bounds found by CPLEX on instances of Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229.. The stopping criterion for all methods is 720 seconds for each of the 10 executions.

The last three columns of Table 7 show the gap of the average solutions for all methods with respect to the lower bound found by CPLEX. From Table 7, one can verify that HHGILS yields the best solutions in most cases. On average, HHGILS also produced superior results when compared to the other two methods.

Finally, Table 8 presents a comparison between the best and average results found by HHGILS, G, and GPR1R2 on large size instances. In this case we report the gaps between the solution found by the respective method and the best solution values found by GPR1R2.

The stopping criterion for the hybrid heuristics was set to 1080 seconds for each run. The first column contains the identifiers of the instances, the second and third columns the results obtained by the GPR1R2 heuristic, followed by the gaps of the best solution and the average solution of the methods.

From Table 8, we can observe that HHGILS found better solutions when compared to G and GPR1R2, except for the instance J 28. With respect to the best solution values, HHGILS obtained an average gap of −2.93%, whereas G obtained 0.35%. As for the average solutions, HHGILS obtained an average gap of −3.83%, while G obtained 1.57%.

We also compare our results with an exact method by the Concorde solver, reported in Applegate, Bixby, Chvátal & Cook 22 APPLEGATE D, BIXBY R, CHVÁTAL V & COOK W. 2007. Concorde TSP Solver. William Cook, School of Industrial and Systems Engineering, Georgia Tech. http://www.tsp.gatech.edu/concorde/index.html. Accessed 22 December 2007.
http://www.tsp.gatech.edu/concorde/index...
through of instances of Class 3 (instances generated using its own user interface). Table 9 shows the results found in the set of instances of Class 3, where the first column contains the instances. The instances XXXX-YY is composed of XXXX vertices and YYY clusters, for example, (a) the instance 300-6 is composed of 300 vertices and 6 clusters (first row of Table 3 with the results), (b) the instance 350-6 is composed of 350 vertices and 6 clusters (second row), and (c) the instance 1000-30 is composed of 1000 vertices and 30 clusters (last row). The second column contains the best values obtained by Concorde and the third column the time (in seconds) required by Concorde to find the solution. The fourth column presents the gap between the solution obtained by HHGILS and the best solution. The last column shows the computing time (in seconds) of HHGILS. For the specific case, we set a time limit for all HHGILS executions, as the stopping criterion.

Table 9
Comparison between HHGILS and Concorde Applegate, Bixby, Chvátal & Cook 22 APPLEGATE D, BIXBY R, CHVÁTAL V & COOK W. 2007. Concorde TSP Solver. William Cook, School of Industrial and Systems Engineering, Georgia Tech. http://www.tsp.gatech.edu/concorde/index.html. Accessed 22 December 2007.
http://www.tsp.gatech.edu/concorde/index...
for the instances of Class 3.

From Table 9, it can be seen that HHGILS found good solutions. The boldface values indicate that the algorithms carry out in less time. Table 9 shows strong robustness of our hybrid heuristic. The average gap between the solutions obtained by HHGILS and the best ones was 6.46%, whereas the average computing time was 43.33 seconds. The results from Table 9 show that HHGILS reached good results in a short period of time. Thus, the HHGILS allows for greater freedom of decision-making in operational planning in automated warehouse routing, emergency vehicle dispatching, production planning, vehicle routing, among others.

6 CONCLUSIONS

In this paper we proposed a hybrid heuristic algorithm, called HHGILS, based on GRASP, ILS, and VND for the Clustered Traveling Salesman Problem (CTSP). To our knowledge, this is the first time that ILS was applied to solve the CTSP. The results obtained for small and medium size instances were compared with optimal solutions or lower bounds found by a MIP formulation using CPLEX. For the set of instances of small size, HHGILS was capable of finding several optimal solutions. Moreover, the average gap between the average solutions and the optimal solutions, for the small size instances, was 0.27%, whereas the average gap, with respect to the lower bounds, for the medium size instances was 0.67%.

The CTSP has many applications in real life, for example, automated warehouse routing, emergency vehicle dispatching, production planning, vehicle routing, commercial transactions with supermarkets and shops and grocery suppliers and so on. This applications, set of small size instances, need to be solved by heuristic algorithm for rapid response to the operational planning process. In this paper we proposed the hybrid heuristic algorithm (HHGILS) for this applications with the best performance and high-quality solutions in a reasonable computational time.

We compare the results found by HHGILS with other GRASP based methods from the literature for small, medium and large size instances. It was observed that the method which combines GRASP with Path Relinking (GPR1R2) Mestria, Ochi & Martins 3333 MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229. found, on average, better solutions for small size instances, but HHGILS outperformed such method when considering medium and large size instances. Our hybrid heuristic also was compared with an exact method and it presented robustness.

We observe that the largest gap (0.0376) found by HHGILS was much smaller than the approximation factor obtained in Bao & Liu 44 BAO X & LIU Z. 2012. An improved approximation algorithm for the clustered traveling salesman problem. Information Processing Letters, 112(23): 908-910., a new approximation algorithm with a factor of 13/6.

Because the running times of the algorithm presented here in this paper does not grow rather rapidly as the problem size grows, we can generalize that many problems of combinatorial optimization can be solved by using HHGILS, adapting it to the problem.

ACKNOWLEDGEMENTS.

This paper has been partially supported by the Instituto Federal de Educaç a˜o, Cieˆncia e Tecnologia do Espírito Santo (IFES). This acknowledgment extends to Prof. Anand Subramanian for your comments.

References

  • 1
    ANILY S, BRAMEL J & HERTZ A. 1999. A 5/3-approximation Algorithm for the Clustered Traveling Salesman Tour and Path Problems. Operations Research Letters, 24(1-2): 29-35.
  • 2
    APPLEGATE D, BIXBY R, CHVÁTAL V & COOK W. 2007. Concorde TSP Solver. William Cook, School of Industrial and Systems Engineering, Georgia Tech. http://www.tsp.gatech.edu/concorde/index.html Accessed 22 December 2007.
    » http://www.tsp.gatech.edu/concorde/index.html
  • 3
    ARKIN EM, HASSIN R & KLEIN L. 1997. Restricted Delivery Problems on a Network. Networks, 29(4): 205-216.
  • 4
    BAO X & LIU Z. 2012. An improved approximation algorithm for the clustered traveling salesman problem. Information Processing Letters, 112(23): 908-910.
  • 5
    CASERTA M & VOSS S. 2010. Matheuristics: Hybridizing Metaheuristics and Mathematical Programming, Springer US, Boston, MA, chap Metaheuristics: Intelligent Problem Solving, pp. 1-38.
  • 6
    CHISMAN JA. 1975. The clustered traveling salesman problem. Computers & Operations Research, 2(2): 115-119.
  • 7
    CHRISTOFIDES N. 1976. Worst-case Analysis of a new Heuristic for the Travelling Salesman Problem. Technical Report 388, Graduate School of Industrial Administration, Carnegie-Mellon University.
  • 8
    DING C, CHENG Y & HE M. 2007. Two-Level Genetic Algorithm for Clustered Traveling Salesman Problem with Application in Large-Scale TSPs. Tsinghua Science & Technology, 12(4): 459-465.
  • 9
    DONG G, GUO WW, TICKLE K. 2012. Solving the traveling salesman problem using cooperative genetic ant systems. Expert Systems with Applications, 39(5): 5006-5011.
  • 10
    ESCARIO JB, JIMENEZ JF & GIRON-SIERRA JM. 2015. Ant colony extended: Experiments on the travelling salesman problem. Expert Systems with Applications, 42(1): 390-410.
  • 11
    FEO T & RESENDE M. 1995. Greedy Randomized Adaptive Search Procedures. Journal of Global Optimization, 6(2): 109-133.
  • 12
    FESTA P & RESENDE M. 2011. GRASP: basic components and enhancements. Telecommunication Systems, 46(3): 253-271.
  • 13
    FIORUCI JA, TOLEDO FM & NASCIMENTO MCV. 2012. Heuristics for minimizing the maximum within-clusters distance. Pesquisa Operacional, 32: 497-522.
  • 14
    GENDREAU M, LAPORTE G & POTVIN JY. 1994. Heuristics for the Clustered Traveling Salesman Problem. Technical Report CRT-94-54, Centre de recherche sur les transports, Université de Montréal, Montréal, Canada.
  • 15
    GENDREAU M, LAPORTE & HERTZ A. 1997. An Approximation Algorithm for the Traveling Salesman Problem with Backhauls. Operations Research, 45(4): 639-641.
  • 16
    GHAZIRI H & OSMAN IH. 2003. A Neural Network for the Traveling Salesman Problem with Backhauls. Computers & Industrial Engineering, 44(2): 267-281.
  • 17
    GLOVER F, LAGUNA M & MARTÍ R. 2004. Scatter Search and Path Relinking: Foundations and Advanced Designs. In: ONWUBOLU GC, BABU BV (eds.) New Optimization Techniques in Engineering, Springer-Verlag, Heidelberg, pp. 87-100.
  • 18
    GUTTMANN-BECK N, HASSIN R, KHULLER S & RAGHAVACHARI B. 2000. Approximation Algorithms with Bounded Performance Guarantees for the Clustered Traveling Salesman Problem. Algorithmica, 28(4): 422-437.
  • 19
    HANSEN P & MLADENOVIĆ N. 2001. Variable neighborhood search: Principles and applications. European Journal of Operational Research, 130(3): 449-467.
  • 20
    HANSEN P & MLADENOVIĆ N. 2003. Variable Neighborhood Search. In: GLOVER FW & KOCHENBERGER GA (eds.) Handbook of Metaheuristics, London: Kluwer Academic Publisher, Boston, Dordrecht, pp. 145-184.
  • 21
    HOOGEVEEN JA. 1991. Analysis of Christofides' Heuristic: Some Paths are more Difficult than Cycles. Operations Research Letters, 10(5): 291-295.
  • 22
    JOHNSON DS, MCGEOCH LA. 2002. Experimental Analysis of Heuristics for the STSP. In: GUTIN G & PUNNEN A (eds.) The Traveling Salesman Problem and its Variations, Kluwer Academic Publishers, Dordrecht, Holanda, pp. 369-443.
  • 23
    JONGENS K & VOLGENANT T. 1985. The Symmetric Clustered Traveling Salesman Problem. European Journal of Operational Research, 19(1): 68-75.
  • 24
    LAPORTE G & PALEKAR U. 2002. Some Applications of the Clustered Travelling Salesman Problem. Journal of the Operational Research Society, 53(9): 972-976.
  • 25
    LAPORTE G, POTVIN JY & QUILLERET F. 1996. A Tabu Search Heuristic using Genetic Diversification for the Clustered Traveling Salesman Problem. Journal of Heuristics, 2(3): 187-200.
  • 26
    LÉTOCART L, PLATEAU MC & PLATEAU G. 2014. An efficient hybrid heuristic method for the 0-1 exact k-item quadratic knapsack problem. Pesquisa Operacional, 34: 49-72.
  • 27
    LOKIN FCJ. 1979. Procedures for Travelling Salesman Problems with Additional Constraints. European Journal of Operational Research, 3(2): 135-141.
  • 28
    LÓPEZ-IBÁÑEZ M, MASCIA F, MARMION ME & STÜTZLE T. 2014. A template for designing single-solution hybrid metaheuristics. In: Proceedings of the Companion Publication of the 2014 Annual Conference on Genetic and Evolutionary Computation, ACM, New York, NY, USA, GECCO Comp '14, pp. 1423-1426.
  • 29
    LOURENÇO HR, MARTIN OC & STÜTZLE T. 2002. Iterated Local Search. In: Glover F & Kochenberger G (eds.) Handbook of Metaheuristics, Kluwer Academic Publishers, Boston, pp. 321-353.
  • 30
    LOURENÇO HR, MARTIN OC & STÜTZLE T. 2010. Handbook of Metaheuristics, Springer US, Boston, MA, chap Iterated Local Search: Framework and Applications, pp. 363-397.
  • 31
    MARTIN O, OTTO SW & FELTEN EW. 1991. Large-Step Markov Chains for the Traveling Salesman Problem. Complex Systems, 5: 299-326.
  • 32
    MARTÍNEZ DA, ALVAREZ-VALDES R & PARREÑO F. 2015. A grasp algorithm for the container loading problem with multi-drop constraints. Pesquisa Operacional, 35(1): 1-24.
  • 33
    MESTRIA M, OCHI LS & MARTINS SL. 2013. Grasp with path relinking for the symmetric euclidean clustered traveling salesman problem. Computers & Operations Research, 40(12): 3218- 3229.
  • 34
    MILLER CE, TUCKER AW & ZEMLIN RA. 1960. Integer Programming Formulation of Traveling Salesman Problems. Journal of the ACM, 7(4): 326-329. DOI: http://doi.acm.org/10.1145/321043.321046
    » http://doi.acm.org/10.1145/321043.321046
  • 35
    NAGATA Y & SOLER D. 2012. A new genetic algorithm for the asymmetric traveling salesman problem. Expert Systems with Applications, 39(10): 8947-8953.
  • 36
    POTVIN JY & GUERTIN F. 1995. A Genetic Algorithm for the Clustered Traveling Salesman Problem with an A Priori Order on the Clusters. Technical Report CRT-95-06, Centre de recherche sur les transports, Université de Montréal, Canada.
  • 37
    POTVIN JY & GUERTIN F. 1996. The clustered traveling salesman problem: A genetic approach. In: OSMAN IH & KELLY J (eds). Meta-heuristics: Theory & Applications, Kluwer Academic Publishers, Norwell, MA, USA, chap 37, pp. 619-631.
  • 38
    REINELT G. 2007. TSPLIB. Universität Heidelberg, Institut für Informatik, Heidelberg, Germany Universität Heidelberg, Institut für Informatik, Heidelberg, Germany http://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/index.html Accessed 17 September 2007.
    » http://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/index.html
  • 39
    STÜTZLE T. 2006. Iterated local search for the quadratic assignment problem. European Journal of Operational Research, 174(3): 1519-1539.
  • 40
    SUBRAMANIAN A & BATTARRA M. 2013. An Iterated Local Search algorithm for the Travelling Salesman Problem with Pickups and Deliveries. Journal of the Operational Research Society, 64: 402-409.
  • 41
    VIDAL T, BATTARRA M, SUBRAMANIAN A & ERDOGAN G. 2015. Hybrid Metaheuristics for the Clustered Vehicle Routing Problem. Computers & Operations Research, 58(C): 87-99.
  • 42
    WEINTRAUB A, ABOUD J, FERNANDEZ C, LAPORTE G & RAMIREZ E. 1999. An Emergency Vehicle Dispatching System for an Electric Utility in Chile. Journal of the Operational Research Society, 50: 690-696.

Publication Dates

  • Publication in this collection
    Jan-Apr 2016

History

  • Received
    11 July 2015
  • Accepted
    21 Mar 2016
Sociedade Brasileira de Pesquisa Operacional Rua Mayrink Veiga, 32 - sala 601 - Centro, 20090-050 Rio de Janeiro RJ - Brasil, Tel.: +55 21 2263-0499, Fax: +55 21 2263-0501 - Rio de Janeiro - RJ - Brazil
E-mail: sobrapo@sobrapo.org.br