You are viewing a javascript disabled version of the site. Please enable Javascript for this site to function properly.
Go to headerGo to navigationGo to searchGo to contentsGo to footer
In content section. Select this link to jump to navigation

A Two-Index Formulation for the Fixed-Destination Multi-Depot Asymmetric Travelling Salesman Problem and Some Extensions

Abstract

We introduce a compact formulation for the fixed-destination multi-depot asymmetric travelling salesman problem (FD-mATSP). It consists of m salesmen distributed among D depots who depart from and return to their respective origins after visiting a set of customers. The proposed model exploits the multi-depot aspect of the problem by labelling the arcs to identify the nodes that belong to the same tour. Our experimental investigation shows that the proposed-two index formulation is versatile and effective in modelling new variations of the FD-mATSP compared with existing formulations. We demonstrate this by applying it for the solution of two important extensions of the FD-mATSP that arise in logistics and manufacturing environments.

1Introduction

Routing problems are combinatorial optimization problems that are concerned with designing a set of routes for a fleet of salesmen or vehicles, in order to satisfy customer demand. These problems have broad applicability in industry and constitute the core of the transportation and logistics companies. Two of the most common routing problems are the travelling salesman problem (TSP) (Lawler et al., 1985; Laporte, 1992a; Reinelt, 1994; Davendra, 2010) and the vehicle routing problem (VRP) (Laporte, 1992b; Toth and Vigo, 2002; Golden et al., 2008; Kumar and Panneerselvam, 2012). They are also two of the most challenging problems to solve.

In recent years, several interesting studies have considered a fleet of salesmen or vehicles to be located at several depots from where requests or distribution of goods to customers is made (Montoya-Torres et al., 2015; Ramos et al., 2020). Multi-depot routing problems can be classified as non-fixed-destination (where the salesmen or vehicles can return to any depot) or as fixed-destination (where the vehicles return to their starting points) (Bektaş, 2012). For a review of work on multi-depot routing problems, please see Montoya-Torres et al. (2015).

The case of fixed-destination in multi-depot routing problems is an important feature that has been studied in different applications. These include the fixed-destination multiple travelling salesman problems (Burger et al., 2018), the symmetric generalized multiple-depot multiple travelling salesman problem (Malik et al., 2007), the postal distribution problem, the less-than-truckload transport operations, and balance billing-cycle vehicle routing problems (Bektaş, 2012).

In this paper, we study the fixed-destination multi-depot asymmetric travelling salesman problem (FD-mATSP), which can be defined as follows: Given a complete graph with vertex set N=DC, where the first |D| nodes of N={1,,n} comprise a set of depots having md salesmen located initially at depot dD; and where C={|D|+1,|D|+2,,n} comprises the set of customers to be visited, and given an asymmetric distance matrix [cij], find m=dDmd tours, with md tours starting and ending at depot dD, while collectively having visited a customer i exactly once, iC, such that the total distance travelled is minimized.

Less than a handful of compact formulations for the FD-mATSP are reported in the literature. Typically, these formulations incorporate three components: routing, subtour elimination constraints (SECs), and fixed-destination constraints (FDCs). The first component enforces vehicles to depart and return to the depots after visiting each client exactly once, while the second component prohibits cycles in the solution. The last component ensures that the salesmen return to their origins. Kara and Bektaş (2006) used a set of three-index binary variables to capture the routing and fixed-destination components. Then, Bektaş (2012) introduced a set of two-index binary variables to capture the routing part and a set of three-index continuous variables to model the fixed-destination component. Later, Burger et al. (2018) extended the work presented in Burger (2014) and introduced a set of two-index binary variables to capture the routing of vehicles and an additional novel set of two-index variables to label the nodes in order to identify the ones belonging to the same tour, and thereby enforcing the fixed-destination requirements.

In this paper, we formulate a new model for the FD-mATSP, which exploits the multi-depot aspect of the problem and uses two-index variables to label the arcs in order to enforce the fixed-destination requirement, which was motivated by the work reported in Aguayo (2016). Bektaş et al. (2020) have independently developed this formulation for the FDCs. We call this formulation the “arc labelled formulation” (ALF). Bektaş et al. (2020) also propose a “path labelled formulation” (PLF). However, in this paper, we consider only the ALF because of the inapplicability of the PLF to the variants of the FD-mATSP that we address. For a relative performance of these two formulations to solve the FD-mATSP, see Bektaş et al. (2020). In this paper, we present a computational investigation on the performance of the ALF, the two-index formulation of Burger et al. (2018), and the three-index formulation of Bektaş (2012) to capture the FDCs, along with some underlying insights. The two variants of the FD-mATSP that we consider are as follows. In the first variant, the nodes are split into pick-up customers and delivery customers. Each depot has only one capacitated vehicle available and an initial inventory of a product. The quantities collected from pick-up customers can be supplied to any delivery customer. Also, a transshipment is allowed at pick-up customizer locations, while a delivery customer is visited only once. The problem is to determine vehicle routes to meet customer demands with vehicles not exceeding their respective capacities and returning to their starting depots after incurring minimum total cost. In the second variant, given a set of identical vehicles at each depot, which might differ in number, a set of customers with known quantities of products for pick-up, and a set of transfer points to enable transfer of products among vehicles, the problem is to determine vehicle routes to pick up products from all the customers such that the vehicles return to their starting depots and the total cost incurred is minimized.

The remainder of this paper is organized as follows. In Section 2, we present the existing and proposed formulations for the FD-mATSP. In Section 3, we extend our formulation to two new variants of the FD-mATSP in order to show its versatility. In Section 4, we present results of our computational investigation of the proposed formulation. Concluding remarks are made in Section 5.

2Mathematical Formulations for the FD-mATSP

In this section, we first present a general formulation for the FD-mATSP in Section 2.1, while in Section 2.2, we present some pertinent polynomial-length subtour elimination constraints (SECs). We present a three-index formulation due to Bektaş et al. (2020) and a two-index formulation due to Burger et al. (2018) for the FD-mATSP in Section 2.3. And finally, we introduce our compact two-index formulation for the FD-mATSP in Section 2.4.

2.1General Formulations for the FD-mATSP

First, consider the following notation. Let D be the set of depots, D={1,,|D|}, C be the set of customers to be visited, C={|D|+1,,n}, where n is the total number of nodes, and N={1,,n} be the set of nodes, N={DC}. Furthermore, let cij be the distance from node i to node j, (i,j)N, ij and md be the number of salesmen located at depot dD. Note that cij, i,jD are not defined since flow from a depot to another depot and to itself is not permitted; however, we can let cij=, i,jD.

We define the following decision variable. Let xij=1 if arc (i,j) is used in the solution, and equal to 0, otherwise, (i,j)N. The general formulation for the FD-mATSP is as follows:

(1)
FD-mATSP:MinimizeiCjC,jicijxij+dDiCcdixdi+iCdDcidxid
(2)
subject toiCxdi=md,dD,
(3)
iCxid=md,dD,
(4)
xdi+xid1,iC,dD,
(5)
jNxji=1,iC,ij,
(6)
jNxij=1,iC,ij,
(7)
xij{0,1},i,jN,
(8)
Subtour elimination constraints (SECs),
(9)
Fixed destination constraints (FDCs).
The objective function (1) minimizes the total distance travelled, while Constraints (2) and (3), respectively, enforce that md salesmen depart and return to depot d, dD. Constraints (4) prohibit a tour with a unique customer. Constraints (5) and (6) assure that each customer is visited and departed exactly once, and Constraints (7) define the domain of decision variables. Constraints (8) are the subtour elimination constraints (SECs) which prohibit disconnected cycles, and Constraints (9) are the fixed-destination constraints (FDCs) enforcing the salesmen to return to their starting depots. Next, we present both polynomial-length SECs and FDCs for the FD-mATSP. Exponential-length SECs and FDCs are described in Burger et al. (2018) and Bektaş (2012).

2.2Compact SECs

Letting ui indicate a real number representing the order in which a customer i is visited in an optimal tour, Kara and Bektaş (2006) adapt the MTZ-SECs to multi depot travelling salesman problem as follows:

(10)
KB-SECs:uiuj+Lxij+(L2)xjiL1,i,jC,ij,
(11)
ui+(L2)dDxdidDxidL1,iC,
(12)
1ui|C|,iC,
(13)
ui+dDxdi+(2K)dDxid2,iC.
K and L are the minimum and the maximum number of nodes a salesman can visit, respectively. We assume K=2 and that there is no restriction on L. In this case, we can set L=|C|2(dDmd1). Constraints (10) are used to break any infeasible subtours. Constraints (11) and (13) collectively impose the bounding limitations.

Letting yij be the flow on arc (i,j), ij, i,jN, we can adapt the single commodity flow-based SECs proposed by Gavish and Graves (1978) as follows:

(14)
GG-SECs:ydiKxdi,dD,iC,
(15)
ydiLxdi,dD,iC,
(16)
yij(L1)xij,i,jC,ij,
(17)
jNyjijNyij=1,iC,ij,
(18)
ydi=0,dD,iC,
(19)
yij0,i,jN.
Constraints (14)–(19) impose the connectivity of the graph induced by the x-variables. Consequently, a path defined by the flow variables yij exists starting from each depot, dD, and terminating at that depot after visiting some customers in C. This is achieved by pushing one unit of flow from depots to customers. Constraints (14)–(16), respectively, impose the load balancing restrictions that each path carries at most L and at least K units of flow. Finally, Constraints (17) ensure that each customer appears on a path that start from a depot and converges at it by maintaining the flow of a unit commodity.

2.3Compact FDCs

Let zijd be the flow on arc (i,j) from depot d, i,jN, ij, dD, Bektaş (2012) propose the following FDCs (FDCs1 from now on):

(20)
FDCs1:zijdxij,i,jN,dD,
(21)
iCzdid=md,dD,
(22)
iCzidd=md,dD,
(23)
jNzjidjNzijd=0,dD,iC,ij,
(24)
zijd0,i,jN,dD.
Constraints (20)–(24) impose the fixed-destination feature of the problem by requiring md units of flow to leave and come back to each depot d using only those arcs for which xij>0.

Letting ki be a variable that indicates the label assigned to customer i, iN, Burger et al. (2018) introduce the following FDCs (FDCs2 from now on):

(25)
FDCs2:kd=d,dD,
(26)
kikj+(|D|1)(xij+xji)|D|1,i,jN,ij,
(27)
kjki+(|D|1)(xij+xji)|D|1,i,jN,ij,
(28)
ki0,iN.
Constraints (25)–(27) label the nodes visited from each dD based on the particular index d so that an exchange of salesmen among depots leads to a contradiction. Constraints (28) capture the domain of the decision variables.

2.4Proposed FDCs

Letting yij be a variable that indicates the label assigned to arc (i,j), ij, i,jN, we propose the following FDCs (FDCs3 from now on):

(29)
FDCs3:yij|D|xij,i,jN,
(30)
ydi=dxdi,dD,iC,
(31)
yid=dxid,dD,iC,
(32)
jNyjijNyij=0,iC,ij,
(33)
yij0,i,jN.
A label d is assigned to all the salesmen leaving from depot d, and this label is used as a flow that is maintained throughout the tours of the salesmen from that depot. To this end, Constraints (29) enforce flow to only occur on arcs for which xij>0. Constraints (30) and (31) enforce d units to depart and return to each base using those arcs for which xdi>0 and xid>0, dD, iC, respectively. Constraints (32) are the standard flow conservation constraints, and Constraints (33) represent the domain of the yij-variables. Note that FDCs2 labels the nodes, while FDCs3 labels the arcs visited by each dD.

Lemma 1.

FDCs3 is equivalent to FDCs1.

Proof.

We prove this claim by verifying the equivalence between FDCs1 and FDCs3. If we let yij=dDdzijd, i,jN, then, yij, i,jN, satisfy Constraints (29)–(33). Similarly, a feasible path for a d in FDCs3 is equivalent to setting zijd=1, i,j, on this path, and zijd=0, otherwise, dD. Consequently, zijd, i,jN, dD, will satisfy Constraints (20)–(24). Hence, FDCs1 and FDCs3 are equivalent.  □

From now on, we will use the following notation to refer to different formulations. Note that in all cases we use the GG-SECs, (14)–19, since they outperform or perform similarly than the other SECs.

  • MCF: refers to the multi-commodity formulation reported in Bektaş (2012) based on FDCs1; (1)–(7), (14)–(19), (20)–(24).

  • NLF: indicates the node-labelling formulation presented in Burger et al. (2018) based on FDCs2; (1)–(7), (14)–(19), (25)–(28).

  • ALF: denotes the arc-labelling formulation introduced in this paper based on FDCs3; (1)–(7), (14)–(19), (29)–(33).

We establish the following analytical comparison between these formulations in terms of the strength of their linear programming (LP) relaxations.
Lemma 2.

The (LP) relaxation of none of the formulations ALF, NLF, and MCF is tighter than the other.

Proof.

We prove this claim by showing that any of these formulations dominates the other depending upon the problem instance considered. We refer to the LP relaxation results for these formulations presented in Table 6. For Instance ftv47, (Zlp), the LP bound of NLF is strictly larger than that of ALF. However, for Instance ft53, the LP bound of ALF is strictly larger than that of NLF.

Regarding ALF and MCF, for Instance ftv47, the LP bound of MCF is strictly larger than that of ALF. However, for Instance ftv55 the LP bound of ALF is strictly larger than of MCF.

As regards MCF and NLF, again for Instance ftv47, the LP bound of MCF is strictly larger than that of NLF. However, for Instance ftv55 the LP bound of NLF is strictly larger than that of MCF.  □

3Extensions of the FD-mATSP

In this section, we present two extensions of the FD-mATSP to illustrate the versatility and computational effectiveness of the two-index compact formulation (ALF) compared with the ones reported in the literature. To that end, we consider the fixed-destination multiple-vehicle routing problem with transshipment (FD-mVRPT), and the fixed-destination multi-depot collection problem with transfer points (FD-mDCPTP).

3.1FD-mVRPT

The FD-mVRPT can be defined as follows. We have a set of D depots each having exactly one capacitated vehicle with an initial inventory of a product, a set of P pickup customers supplying units of a product, and a set E of delivery customers demanding units of a product. The quantities collected from pickup customers can be supplied to any delivery customer. Furthermore, a transshipment is allowed, i.e. units can be transferred among vehicles at pickup customers, while the delivery customers must be visited exactly once. The problem consists of determining a set of routes so that the total cost is minimized in such a way that the delivery customers receive the amount demanded, the vehicle capacity is never exceeded, and vehicles return to their respective starting points. The FD-mVRPT can be viewed as a variant of diverse routing problems encountered in real-life applications such as the swapping problem wherein vehicles transport objects among customers (Anily and Hassin, 1992), the movement of full and empty containers between warehouses and customers (Zhang et al., 2009), the problem of collaborative transport in the milk industry (Paredes-Belmar et al., 2017), and re-balancing in urban bicycles renting systems (Chira et al., 2014).

We illustrate the FD-mATSP in Fig. 1. It consists of two depots D={1,2}, each having one vehicle with a capacity of Q=190 units each, and available commodity in the amount 20 and 32 units, respectively; six pickup customers, P={3,4,5,6,7,8}; and two delivery customers, E={9,10}. The given amount of the product supplied or demanded is denoted by qi, where its positive and negative values indicate pickup and delivery customers, respectively. The variable yij indicates the level of the load carried on an arc (i,j). The optimal solution displayed in Fig. 1 incurs a cost of 447. Vehicle 1 departs from Depot 1 (solid line) to Pickup Location 3 to leave there 20 units, and then, it returns to its starting point. Vehicle 2 departs from Depot 2 (dotted line) and visits Location 5, picking up 22 units, and then it travels to Customers 3 to pick up 45 units (20 of which were left by Vehicle 1). Then, Vehicle 2 visits Locations 10, 8, 4, 6, 7, and 9; and finally, it returns to its origin. This solution can be obtained by adapting the formulations proposed in Bektaş (2012) and in this paper, which allow visiting pickup customer multiples times to collect items.

However, it is not possible to obtain the solution presented in Fig. 1 by adapting the formulation reported in Burger et al. (2018). In this optimal solution, Vehicles 1 and 2, starting from Depots 1 and 2, respectively, transfer units at Pickup Location 3. The formulation by Burger et al. (2018) does not allow customers to be visited more than once since it would require multiple and different labels to be assigned to a node due to vehicles from different depots visiting that node, which the formulation does not permit. This is evident if we try to label the nodes in Fig. 1, which will result in assigning two different labels to Customer 3 (that is visited by Vehicle 1 and 2), i.e. k3=1 and k3=2. By adapting the formulation presented in Burger et al. (2018), we obtain a sub-optimal solution shown in Fig. 2 having a cost of 484 with a unique visit to pickup Location 3. Besides, in some cases, this formulation might become infeasible if all feasible solutions require transfers among vehicles.

Fig. 1

Optimal solution obtained by adapting the compact formulation presented in Bektaş (2012) and in this paper to the FD-mVRPT.

Optimal solution obtained by adapting the compact formulation presented in Bektaş (2012) and in this paper to the FD-mVRPT.
Fig. 2

Optimal solution obtained by adapting the compact formulation presented in Burger et al. (2018) to the FD-mVRPT.

Optimal solution obtained by adapting the compact formulation presented in Burger et al. (2018) to the FD-mVRPT.

3.1.1General Formulation for the FD-mVRPT

Before we introduce the model, consider the following notation:

Sets and parameters: infor485_g003.jpg Parameters:

infor485_g004.jpg

Let xij be equal to 1 if arc (i,j) is used in the solution, and equals 0 otherwise, i,jN, ij, and wi be equal to the amount collected from the inventory in location i, iP. The formulation is as follows:

(34)
FD-mVRPT:MinimizeiNjNcijxij
(35)
subject toiCxdi=1,dD,
(36)
iCxid=1,dD,
(37)
jNxji=1,iE,
(38)
jNxij=1,iE,
(39)
iNxij=iNxji,C,
(40)
wiqijNxji,iP,
(41)
xij{0,1},i,jN,ij,
(42)
wi0,iP,
(43)
SECs and capacity constraints,
(44)
FDCs
The objective function (34) minimizes the total cost, while Constraints (35) and (36) enforce that each vehicle departs and returns to each depot, respectively. Constraints (37) and (38) assure that each delivery customer is visited and departed exactly once, while Constraints (39) are the standard flow conservation constraints. Constraints (40) restrict the amount collected at pickup customers. Constraints (41) and (42) define domains of decision variables. Constraints (43) are the subtour elimination constraints (SECs) and capacity constraints which prohibit disconnected cycles, and Constraints (44) are the fixed-destination constraints.

The KB-SECs cannot be extended to this problem since they are developed on the assumption that each node is visited exactly once; and thus, can lead to a contradiction on the labels assigned to nodes visited more than once. Therefore, we only extend the GG-SECs, which are presented next.

Letting yij be the flow on arc (i,j), ij, i,jN, then we can adapt the single commodity flow-based SECs proposed by Gavish and Graves (1978) as follows:

(45)
ydiqdxdi,dD,iC,
(46)
yijQxij,i,jN,
(47)
iNyjiiNyij=qj,jE,ij,
(48)
iNyjiiNyij=wj,jP,ij.
Constraints (45) ensure that the flow from each depot does not exceed the initial inventory available, while Constraints (46) enforce the flow variables yij to exist only when there is an arc connecting i and j, and limit the vehicle capacity to Q. Constraints (47) and (48) are the flow conservation constraints at delivery and pick-up customers, respectively.

We adapt FDC1s, FDC2s, FDC3s, Constraints (20)–(24), (25)–(27) and (29)–(33), to enforce vehicles to return to their starting points.

3.2FD-mDCPTP

The FD-mDCPTP can be stated as follows. We have a set D of depots with md vehicles in depot D, each having a capacity of Q, a set of customers, C, with qi units of a product available to collect at customers iC, and a set of T transfer points used to transfer products among vehicles. The problem involves determining a set of routes so that all units supplied by customers are collected, the vehicle capacity is never exceeded, and the vehicles return to their starting depots. The FD-mDCPTP belongs to a class of transportation problems involving intermediate facilities (Guastaroba et al., 2016). An application of this problem arises in dairy industries for the collection of milk (Lou et al., 2016). Trucks must collect and transport milk from a set of producers belonging to a cooperative to different processing plants, and transfer points are used to reload milk among vehicles to reduce the transportation costs.

We present an example to illustrate the FD-mDCPTP (see Fig. 3). We have two depots, D={1,2}, each having two identical vehicles with a capacity of Q=50 units, three transfer points, T={3,4,5}, and eleven customers, C={6,7,8,9,10,11,12,13,14,15,16}. The given amount of the product offered by customers i is denoted by qi, and a variable yij indicates the level of the load carried in an arc (i,j). The optimal solution is displayed in Fig. 3 having a cost of 263, and it uses the Transfer Point 3 to interchange goods between vehicles departing from different depots.

Fig. 3

An illustration of the FD-mDCPTP.

An illustration of the FD-mDCPTP.

3.2.1General Formulation for the FD-mDCPTP

Sets: infor485_g006.jpg Parameters:

infor485_g007.jpg

Let xij be equal to 1 if arc (i,j) is used in the solution, and equal to 0, otherwise, i,jN, ij, and vi be equal to 1 if the transfer point i is used to transfer goods between two or more vehicles, and equal to 0, otherwise. The formulation is as follows:

(49)
FD-mDCPTP:MinimizeiNjNcijxij
(50)
subject to:iTCxdi=md,dD,
(51)
iTCxid=md,dD,
(52)
jNxji=1,iC,
(53)
jNxij=1,iC,
(54)
iNxijiNxji=0,jTC,ij,
(55)
xijvj,iN,jT,
(56)
iNxij2vj,jT,ij,
(57)
vi{0,1},iT,
(58)
xij{0,1},i,jN,
(59)
SECs and capacity constraints,
(60)
Fixed destination constraints (FDCs).

The objective function (49) minimizes the total cost, while Constraints (50) and (51) enforce that each vehicle departs and returns to its depot, respectively. Constraints (52) and (53) ensure that each costumer is visited exactly once, while Constraints (54) are the standard flow conservation constraints. Constraints (55) capture if the transfer location is used, while Constrains (56) enforce that if the transfer location is open (vj=1), then at least two vehicles must visit this location. Constraints (57) and (58) define the domains of decision variables. Constraints (59) are the subtour elimination constraints (SECs) and capacity constraints, which prohibit disconnected cycles, and Constraints (60) are the fixed-destination constraints.

Letting yij be the flow on arc (i,j), ij, i,jN, we can adapt the single commodity flow-based SECs as follows:

(61)
ydj=0,dD,jD,
(62)
yijQxij,i,jN,
(63)
iNyijiNyji=qj,jC,ij,
(64)
iNyijiNyji=0,jT,ij,
(65)
yij0,i,jN.

Constraints (61) prohibit to send products between depots, while Constraints (62) enforce the flow variables yij to exist when there is an arc connecting i and j, and they also limit the vehicle capacity to Q. Constraints (63) and (64) are the flow conservation constraints at customers and transfer points, respectively. Constraints (63) ensure that the total amount supplied by customer i is collected, and Constraints (64) prohibit inventory at transfer points. Constraints (65) define domain of the decision variables. Note that cij, i,jD are not defined as a flow from one depot to another depot and to itself are not permitted; i.e. we can define cij=, i,jD.

We use FDC1s and FDC3s, Constraints (20)–(24) and (29)–(33), respectively, as fixed-destination constraints. FDC2s will generate restrictive solutions and may not be able to even find a feasible solution. Consequently, we will not investigate the performance of FDC2s in our computational experiments.

4Computational Results

In this section, we compare the results obtained for the proposed two-index formulation with those obtained for the formulations reported in the literature on the FD-mATSP. We also present the results of this compact formulation extended to the FD-mVRPT and the FD-mDCPTP. All formulations were solved directly in OPL using CPLEX version 12.8.0, with default parameters using a computer with an Intel Xeon(R) CPU E5-2623 v4 @2.60GHZx8 with 62.8 GB of RAM. A time limit of 10,800 seconds was set for all runs.

4.1Instances

For the FD-mATSP, we use the first 20 instances presented in Bektaş (2012) and derived from TSPLIB (1997), as displayed in Table 1. The columns of this table denote the instance number (Instance), the ATSP problem from where it was derived (ATSP instance), the number of nodes (n), and the number of depots (|D|), respectively. The number of nodes varies from 34 to 171, and the number of salesmen at each depot, d D, is assumed to be two, and thus, a total of 2|D| salesmen are available.

Table 1

Instances for the FD-mATSP used in Bektaş (2012).

InstanceNamen|D|
1ftv33.tsp342
2ftv35.tsp362
3ftv38.tsp392
4p43.tsp432
5ftv44.tsp452
6ftv47.tsp482
7ry48p.tsp482
8ft53.tsp532
9ftv55.tsp562
10ftv55.tsp563
11ftv64.tsp652
12ftv64.tsp653
13ft70.tsp702
14ft70.tsp703
15ftv70.tsp712
16ftv70.tsp713
17kro124p.tsp1002
18kro124p.tsp1003
19ftv170.tsp1715
20ftv170.tsp1715

For the FD-mVRPT, we created two sets of instances. The first set, displayed in Table 2, is based on the instances reported in Table 1 for which sets P and E, as well as the parameters qi and Q, are generated following the steps described below.

  • Step 1: (Generation of temporal customer demands q¯i). q¯i=U(30,100), iC.

  • Step 2: (Generation of P and E). We first determine an integer m=iCq¯i2. Then, the first set of customers in J, JC, such that iJq¯i<m, form the set P, and the set E=CP.

  • Step 3: (Checking Feasibility). Given the partitioned sets P and E, it is possible that the resulting supply is less than the demand. Therefore, we determine F units, such that iPq¯i+F=jEq¯j, and distribute them evenly among the depots (1 to |D|).

  • Step 4: (Generating vehicle capacity.) We assume a unique vehicle to be present in each depot for both set of instances. We determine the capacity of each vehicle as Q=iEqi|D|×10×10. Note that expression iEqi|D| gives a vehicle capacity. We round this number to the next highest 10 by dividing this number by 10 and rounding to the nearest integer, and then multiply it by 10 again.

  • Step 5: (Generation of qi). qi=q¯i, iP, and qi=q¯i, iE.

The second set of instances for the FD-mVRPT, displayed in Table 3, is based on the multi-depot vehicle routing problem (MDVRP) instances proposed in Cordeau (2007). We adapt these instances following the steps described above, except for Step 1, in which we make q¯i=qi, iC, where qi is the demand in the original instance. Furthermore, in Step 4, we compute Q=max{Q,iEqiD10}10, where Q is the original vehicle capacity reported in Cordeau (2007).

Table 2

Modified instances derived from the TSPLIB (1997) for FD-mVRPT.

InstanceNamen|C||D||P||E|Q
1ftv33.tsp343221616560
2ftv35.tsp363421816590
3ftv38.tsp393721819630
4p43.tsp434122219720
5ftv44.tsp454322122760
6ftv47.tsp484622422780
7ry48p.tsp484622422730
8ft53.tsp535122427820
9ftv55.tsp565422826840
10ftv55.tsp565332627650
11ftv64.tsp6563233301070
12ftv64.tsp656233032650
13ft70.tsp7068234341190
14ft70.tsp706733334730
15ftv70.tsp7169234351200
16ftv70.tsp716833434750
17kro124p.tsp10098247511680
18kro124p.tsp10097350471100
19ftv170.tsp171166586801040
20ftv170.tsp171166584821090
Table 3

Modified instances derived from the MDVRP (Cordeau, 2007) for FD-mVRPT.

InstanceNamen|C||D||P||E|Q
21p01545042723100
22p02545042723160
23p03807554233140
24p0410810085050370
25p0510210025050370
26p0610310035050250
27p0710410045050190
28p12828024139110
29p13828024139200
30p14828024139180
31pr01524848361230
32pr021009642123200
33pr0314814444844195
34pr0419619249696320
35pr07787263537200

For the FD-mDCPTP, we created the set of instances displayed in Tables 4 and 5, which are based on those reported in Tables 2 and 3. We generate the number of transfer points using a uniform distribution, |T|=U(1,2). The qi values are the same as those used for the FD-mVRPT, and Q=iCqidDmd×10×10. Finally, qj=0, jT. We assume md=2 vehicles at each depot.

Table 4

Modified instances derived from the TSPLIB (1997) for the FD-mDCPTP.

InstanceNamen|C||D||T|Q
1ftv33.tsp343022510
2ftv35.tsp363123530
3ftv38.tsp393522570
4p43.tsp433922690
5ftv44.tsp454122710
6ftv47.tsp484422780
7ry48p.tsp484323730
8ft53.tsp534922820
9ftv55.tsp565222840
10ftv55.tsp565033650
11ftv64.tsp6561221020
12ftv64.tsp655933620
13ft70.tsp7066221160
14ft70.tsp706532710
15ftv70.tsp7166231120
16ftv70.tsp716632730
17kro124p.tsp10096221650
18kro124p.tsp10094331050
19ftv170.tsp171163531020
20ftv170.tsp171163531070
Table 5

Modified instances derived from the MDVRP (Cordeau, 2007) for the FD-mDCPTP.

InstanceNamen|C||D||T|Q
21p01544743100
22p02544842100
23p03807352140
24p041089783360
25p051029822370
26p061039733240
27p071049743180
28p12827723100
29p13827822110
30p14827822110
31pr0152454380
32pr021009442160
33pr0314814242220
34pr0419618943310
35pr0778696380

4.2Results for FD-mATSP

We report the results obtained for ALF (proposed formulation), NLF (Burger et al., 2018) and MCF (Bektaş, 2012) developed for the FD-mATSP (see Section 2). These results are displayed in Table 6, where, for each formulation, we report the LP relaxation value (Zlb) obtained by relaxing integrality on all binary variables, the objective value of the integer solution (Zip), and the computational time in seconds (CPU) or the integer optimality gap (CPU/Gap) reported by CPLEX, respectively (if an optimal solution is found, then we report T; otherwise, we report the %gap value and underline it). For each instance, we have highlighted in bold the minimum CPU/Gap value. NLF obtained the minimum CPU/Gap in 16 out of 20 cases outperforming the other formulations. ALF outperformed MCF by achieving the minimum CPU/Gap in 16 out of 20 cases. For Instances 12 for which ALF outperforms MCF, it also does so against NLF. The average optimality gaps attained for ALF, NLF, MCF are 3.14%, 1.53%, and 8.82%, while their average computational times are 1321.5, 1199.4, and 1768.1, respectively. All the instances were solved to optimality by each formulation except for Instances 19 and 20.

Based on the results presented above, we can make the following remarks:

  • 1 NLF outperformed the other two compact formulations for the FD-mATSP, whereas ALF outperformed MCF.

  • 2 From an analytical comparison, none of the formulations dominates the other in terms of the strength of their LP relaxations.

  • 3 From the practitioners’ viewpoint, we recommend using the formulations in the order: NLF, ALF and MCF.

Table 6

Results for the ALF, NLF, and MCF-based formulations on the FD-mATSP.

ALFNLF (Burger et al., 2018)MCF (Bektaş, 2012)
InstanceNameZlpZipCPU/GapZlpZipCPU/GapZlpZipCPU/Gap
1ftv33.tsp1424.75157962.391425.36157926.791426.13157952.69
2ftv35.tsp1590.3516696.121600.4316694.391593.2316696.07
3ftv38.tsp1640.77173020.481647.12173010.511643.55173016.41
4p43.tsp2092.18569599.382092.16569536.612092.2556951565.15
5ftv44.tsp1709.92180212.311715.6618024.621715.24180213.37
6ftv47.tsp1848.25197530.131862.57197527.471862.73197553.5
7ry48p.tsp15218.091586447.9415219.051586436.5915218.0915864109.45
8ft53.tsp6733.17739617.836715.23739636.416793.2739612.97
9ftv55.tsp1642.581797204.651647.441797147.661550.731797531.34
10ftv55tsp1865.66201381.031869.520139.061879.312013380.31
11ftv64.tsp1889.291992104.51896.4199240.961899.131992150.38
12ftv64.tsp1928.62206278.951924.882062365.661961.7620621297.76
13ft70.tsp40788.6541105224.9540803.284110535.7640803.5241105373.86
14ft70.tsp41726.9942272664.2441759.7942272471.7941731.58422721016.82
15ftv70.tsp1968.26207476.741980.55207441.561982.312074197.39
16ftv.70.tsp2099.7522962600.352102.012296778.262114.432295.996180.85
17fro124p.tsp36329.1137407245.5336329.1137407144.6236329.1137407659.36
18kro124p.tsp36874.4138076252.736774.2838076169.9236792.4380761144.4
19ftv170.tsp3121.47408720.13%3122.63392016.26%3134.222675188.14%
20ftv170.tsp2093.785696.9942.61%3095.113833.99914.39%3107.312659688.15%

4.3Results for FD-mVRPT

We report the results obtained by the proposed formulation (ALF) and the one by Bektaş (2012) (MCF) adapted for the FD-mVRPT presented in Section 3.1.1. Recall that the formulation based on NLF (Burger et al., 2018) is only an approximation and does not represent the problem exactly. The results are displayed in Table 7. The columns in this table are identical to those in Table 6, and the sign “–” is used to denote an infeasible solution generated by a formulation. ALF obtained the minimum T/Gap in 33 out of 35 cases, outperforming MCF. The average optimality gaps attained for ALF and MCF are 4.72% and 7.12% with average computational times of 5555.8 and 6275.5, respectively.

From the results presented above, we can infer the following:

  • 1 The proposed formulation (ALF) outperformed (MCF) for the FD-mVRPT.

  • 2 From the practitioners’ viewpoint, our proposed formulation is effective in modelling logistics problems having fixed-destinations in which customers can be visited more than once as in FD-mVRPT.

4.4Results for FD-mDCPTP

In Table 8, we present the results obtained by the proposed formulation (ALF) versus the one reported in Bektaş (2012) (MCF) for the FD-mDCPTP (see Section 3.2). The columns in this table are identical to those in Table 6. ALF outperformed MCF in 29 out of 35 cases. The average optimality gap for the former and the latter are 11.17% and 18.76%, respectively, with a maximum gap of 46.51% for the former and 92.31% for the latter. The proposed two-index formulation is therefore more suitable for modelling variations of the fixed-destination routing problems in which transfer locations are used to minimize transportation costs.

Table 7

Results for FD-mVRPT.

ALFMCF
InstanceNameZlpZipCPU/GapZlpZipCPU/Gap
1ftv33.tsp909.63140120.16899.47140143.93
2ftv35.tsp1006.67156019.631006.63156045.74
3ftv38.tsp1045.32162336.221045.24162379.52
4p43.tsp2612.145630181.222612.145630127.07
5ftv44.tsp1114.05171075.481114.05171095.59
6ftv47.tsp1194.56183445.321194.56183470.69
7ry48p.tsp9229.9415049234.59229.9415049162.4
8ft53.tsp4411.487103101.134407.627103178.45
9ftv55.tsp1146.70166688.181145.271666202.99
10ftv55tsp1240.06171380.981229.191713292.06
11ftv64.tsp1272.951905145.711269.721905284.33
12ftv64.tsp1332.101932197.171322.521932645.91
13ft70.tsp23483.95399240.13%23469.02401241.12%
14ft70.tsp24869.02402930.68%23869.02407522.74%
15ftv70.tsp1255.341995247.541254.211995481.88
16ftv.70.tsp1384.612058354.411384.6120581218.66
17fro124p.tsp23255.89372806618.423255.89379054.17%
18kro124p.tsp23418.21374441.79%23418.21383754.84%
19ftv170.tsp2319.22337616.29%2319.22767467.32%
20ftv170.tsp2300.82374225.16%2300.82– †10800
21p01271.344491697.67278.974493057.51
22p02263.11445573.872263.114451354.55
23p03340.185581.51%340.285612.63%
24p04338.966416.91%348.206449.55%
25p05335.156233.20%343.3764211.40%
26p06342.236495.82%357.926446.63%
27p07347.456769.21%371.07992340.38%
28p12817.4316169.65%1100.66164211.21%
29p13925.2116179.74%1100.66162610.35%
30p14817.4316179.74%1100.66162610.40%
31pr01510.19867102.17510.19867725.11
32pr02546.8811742.61%546.88123910.6%
33pr03762.99182121.01%823.77205437.7%
34pr04998.14228840.16%1018.13– †10800
35pr07625.9010741.44%625.9011005.80%

† Infeasible solution.

Table 8

Results for the FD-mDCPTP.

ALFMCF
InstanceNameZlpZipCPU/GapZlpZipCPU/Gap
1ftv33.tsp1368.131595167.961368.621595822.57
2ftv35.tsp1519.53169085.631519.721690162.11
3ftv38.tsp1556.561760740.091556.5617601170.64
4p43.tsp2883.2957280.15%2883.2957280.10%
5ftv44.tsp1713.881869336.691713.881869737.34
6ftv47.tsp1794.8120848.21%1811.2321346.43%
7ry48p.tsp14497.04169672.96%14497.04169194.27%
8ft53.tsp6788.1178122.16%6849.4378127730.61
9ftv55.tsp1599.0218703.68%1619.7418632.15%
10ftv55tsp1828.7320851577.871849.9220851932.86
11ftv64.tsp1912.8320903.26%1914.8721174.28%
12ftv64.tsp2042.2255810.14%2055.966260014.91%
13ft70.tsp39886.53409240.20%39886.9413282.53%
14ft70.tsp40989.59453124.87%40993.4446166.69%
15ftv70.tsp1960.5222461.84%1962.4322434.24%
16ftv.70.tsp2192.526528.93%2194.6425145.43%
17fro124p.tsp35875.45169811.32%35875.44861323.11%
18kro124p.tsp37538.715855524.77%37561.0395832432.87%
19ftv170.tsp3549.63745236.15%3551.57627742.25%
20ftv170.tsp3579.12722940.42%3580.484748592.31%
21p01416.685147.63%416.6853211.80%
22p02427.105248.88%427.1054012.38%
23p03532.5366712.64%532.5392837.64%
24p04581.516382.28%581.5174817.05%
25p05574.006677.40%574.006728.31%
26p06587.2273214.51%587.2286727.93%
27p07606.6181921.31%606.6497734.59%
28p12968.1612291.71%968.16131410.43%
29p13973.4212220.93%973.4212221.20%
30p14973.4212221.76%973.4212221.21%
31pr01846.4510598.36%846.45110512.05%
32pr021048.51156323.14%1048.51273656.43%
33pr031346.24278444.48%1346.24384860.21%
34pr041366.37304146.51%1366.37486166.78%
35pr071016.39167931.73%1016.39258857.04%

5Concluding Remarks

We have presented a compact formulation for the fixed-destination multi-depot asymmetric travelling salesman problem (FD-mATSP), wherein m salesmen depart from D depots and return to their origins after collectively visiting a set of customers exactly once. The proposed compact formulation labels an arc based on the depot from where the salesman visits that arc. This label is used as a flow that is maintained throughout the tour of a salesman from that depot. We show that the proposed and existing formulations for the FD-mATSP do not dominate each other in terms of the strength of their linear programming relaxations. The proposed formulation was demonstrated to be more versatile and effective to solve other variations of this problem. We have demonstrated this by applying it to the solution of two important extensions of the FD-mATSP, namely, the fixed-destination multiple vehicle routing problems with transshipment (FD-mVRPT), and the fixed-destination multi-depot collection problem with transfer points (FD-mDCPTP). The proposed formulation outperformed a three-index formulation due to Bektaş (2012) and a two-index formulation due to Burger et al. (2018) when adapted to both problems. Hence, the proposed compact formulation has the potential to effectively solve various routing and logistics problems with applicability in contemporary logistics and manufacturing management environments. For future work, we propose to extend the proposed formulation to other routing problems as well as design more effective exact algorithms based on a polyhedral analysis of the model that exploits the underlying flow-based structure.

References

1 

Aguayo, M.M. (2016). Modeling, Analysis, and Exact Algorithms for Some Biomass Logistics Supply Chain Design and Routing Problems. PhD thesis, Virginia Polytechnic Institute and State University.

2 

Anily, S., Hassin, R. ((1992) ). The swapping problem. Networks, 22: (4), 419–433.

3 

Bektaş, T. ((2012) ). Formulations and Benders decomposition algorithms for multidepot salesmen problems with load balancing. European Journal of Operational Research, 216: (1), 83–93.

4 

Bektaş, T., Gouveia, L., Santos, D. ((2020) ). Compact formulations for multi-depot routing problems: theoretical and computational comparisons. Computers & Operations Research, 124: , 105084.

5 

Burger, M. ((2014) ). Exact and compact formulation of the fixed-destination travelling salesman problem by cycle imposement through node currents. In: Huisman, L.I.W.A.D. (Ed.), Operations Research Proceedings 2013. Springer, Cham.

6 

Burger, M., Su, Z., Schutter, B.D. ((2018) ). A node current-based 2-index formulation for the fixed-destination multi-depot travelling salesman problem. European Journal of Operational Research, 265: (2), 463–477.

7 

Chira, C., Sedano, J., Villar, J.R., Cámara, M., Corchado, E. ((2014) ). Urban bicycles renting systems: Modelling and optimization using nature-inspired search methods. Neurocomputing, 135: , 98–106.

8 

Cordeau (2007). Multiple Depot VRP Instances. http://neo.lcc.uma.es/vrp/vrp-instances/multiple-depot-vrp-instances/.

9 

Davendra, D. ((2010) ). Traveling Salesman Problem: Theory and Applications. BoD–Books on Demand.

10 

Gavish, B., Graves, S.C. (1978). The travelling salesman problem and related problems. Working paper GR-078-78. Cambridge, MA: Operation Research Center, Massachusetts Institute of Technology.

11 

Golden, B.L., Raghavan, S., Wasil, E.A. ((2008) ). The Vehicle Routing Problem: Latest Advances and New Challenges. Springer, New York.

12 

Guastaroba, G., Speranza, M.G., Vigo, D. ((2016) ). Intermediate facilities in freight transportation planning: a survey. Transportation Science, 50: (3), 763–789.

13 

Kara, I., Bektaş, T. ((2006) ). Integer linear programming formulations of multiple salesman problems and its variations. European Journal of Operational Research, 174: (3), 1449–1458.

14 

Kumar, S.N., Panneerselvam, R. ((2012) ). A survey on the vehicle routing problem and its variants. Intelligent Information Management, 4: (03), 66.

15 

Laporte, G. ((1992) a). The traveling salesman problem: an overview of exact and approximate algorithms. European Journal of Operational Research, 59: (2), 231–247.

16 

Laporte, G. ((1992) b). The vehicle routing problem: an overview of exact and approximate algorithms. European Journal of Operational Research, 59: (3), 345–358.

17 

Lawler, E.L., Lenstra, J.K., Rinnooy Kan, A.H., Shmoys, D.B. (1985). The traveling salesman problem; a guided tour of combinatorial optimization. Journal of the Operational Research Society.

18 

Lou, Z., Li, Z., Luo, L., Dai, X. ((2016) ). Study on multi-depot collaborative transportation problem of milk-run pattern. In: MATEC Web of Conferences, Vol. 81: , 01004. EDP Sciences.

19 

Malik, W., Rathinam, S., Darbha, S. ((2007) ). An approximation algorithm for a symmetric generalized multiple depot, multiple travelling salesman problem. Operations Research Letters, 35: (6), 747–753.

20 

Montoya-Torres, J.R., Franco, J.L., Isaza, S.N., Jiménez, H.F., Herazo-Padilla, N. ((2015) ). A literature review on the vehicle routing problem with multiple depots. Computers & Industrial Engineering, 79: , 115–129.

21 

Paredes-Belmar, G., Lüer-Villagra, A., Marianov, V., Cortés, C.E., Bronfman, A. ((2017) ). The milk collection problem with blending and collection points. Computers and Electronics in Agriculture, 134: , 109–123.

22 

Ramos, T.R.P., Gomes, M.I., Póvoa, A.P.B. ((2020) ). Multi-depot vehicle routing problem: a comparative study of alternative formulations. International Journal of Logistics Research and Applications, 23: (2), 103–120.

23 

Reinelt, G. ((1994) ). The Traveling Salesman: Computational Solutions for TSP Applications. Springer-Verlag, Berlin.

24 

Toth, P., Vigo, D. ((2002) ). The Vehicle Routing Problem. SIAM, Philadelphia.

25 

TSPLIB (1997). A Library of traveling salesmen and related problem instances. http://elib.zib.de/pub/mp-testdata/tsp/tsplib/atsp/index.html.

26 

Zhang, R., Yun, W.Y., Moon, I. ((2009) ). A reactive tabu search algorithm for the multi-depot container truck transportation problem. Transportation Research Part E: Logistics and Transportation Review, 45: (6), 904–914.