0% found this document useful (0 votes)
21 views

Solving XpressBees Logistics Problem by

The document discusses solving routing problems for a logistics company called XpressBees. It analyzes real data using different algorithms and constraints to find optimal routes that minimize costs. Methods like the traveling salesman problem, vehicle routing problem, and Dijkstra's algorithm are applied to scenarios involving signalized intersections, vehicle capacity, customer demands and time windows.

Uploaded by

salvin benny
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Solving XpressBees Logistics Problem by

The document discusses solving routing problems for a logistics company called XpressBees. It analyzes real data using different algorithms and constraints to find optimal routes that minimize costs. Methods like the traveling salesman problem, vehicle routing problem, and Dijkstra's algorithm are applied to scenarios involving signalized intersections, vehicle capacity, customer demands and time windows.

Uploaded by

salvin benny
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

LOGI – Scientific Journal on Transport and Logistics

Vol. 13 No. 1 2022 DOI: 10.2478/logi-2022-0004


© 2022 S. Malhotra and M. Khandelwal. This is an open access article licensed under the Creative Commons
Attribution-NonCommercial-NoDerivs License (http://creativecommons.org/licenses/by-nc-nd/3.0/).

Solving XpressBees Logistics Problem by Using Exact and Heuristic Method

Swati Malhotra1* and Mitali Khandelwal1


1
Delhi Technological University, Department of Applied Mathematics, Delhi, India; Email:
[email protected], [email protected]

*Corresponding Author: Swati Malhotra

Received: 25 January 2022; Revised: 9 March 2022; Accepted: 18 March 2022; Published: 6 May
2022

Abstract: Finding the shortest travelling distance based on various situations might assist travelers
in making a better selection of route decisions. The main goal of this paper is to solve the routing
problem for the company's fleet vehicle (XpressBees) in order to find the best route under various
constraints such as Signalized Intersections, Vehicle Capacity, Customer Demands, and Time
Windows in order to reduce transportation costs by using real data. TSP and VRP and their variants
are common problems for logistics companies that handle commodities transportation. In addition,
for signalised intersections, the Highway Capacity Manual is used, and for truck optimization, the
Product Loading Algorithm is used. As a result, there are various algorithms that provide a solution
to this problem, such as the Branch and Bound Penalty Method, Dijikstra’s Algorithm, Dynamic
Programming, Clarke and Wright savings algorithm and Holmes and Parker Heuristic. These
algorithm returns the best option, which is the cheapest route.

Keywords: Highway capacity manual, product loading algorithm, dynamic programming, Clarks
and Wright saving based algorithm, Holmes and Parker heuristic

1. Introduction
With the integration of logistics industry, information technology, and globalization trend, logistics
distribution as a whole is assuming an increasingly essential role in the system. The total process of
managing how resources are bought, stored, and transported to their final destination is referred to
as logistics [1]. This paper is focused on the routing problem of XpressBees Logistics Company
with real life data. The Routing Problem [2] provides solutions to different types of difficulties. The
basic goal of this task is to construct a route with the lowest delivery cost, starting with a depot that
serves a set of customers. The Travelling Salesman Problem (TSP) [3] and Vehicle Routing
Problem (VRP) [4-6] can be used to represent the routing problem in Operational Research [7]. The

37
research on TSP and VRP problems, as well as a strategy for solving them, can be seen in [8] with a
variety of constraints. Capacitated Vehicle Routing Problem (CVRP) [9,10] and Capacitated
Vehicle Routing Problem with Time Windows (CVRPTW) [11,12] are one of the two variants of
VRP. In terms of CVRP vehicles with restricted carrying capacity must pick up or deliver things to
many locations and CVRPTW contains time windows.

2. Data and Methods


2.1 Collection and Analysis of Data
Many logistic companies were picked, contacted, and asked about their logistical challenges,
therefore XpressBees was ultimately chosen for the study. The collected data is analysed by using a
range of approaches in three scenarios with different constraints. Some of the primary questions that
have aroused are how to overcome the time lost at traffic signals and how to determine the best
route.

2.2 Procedure of Delivering Items in a Logistics Company


The procedure of delivering items in a logistics company is shown in Figure 1.

Fig.1 Procedure of logistics management. Source: authors

2.3 Proposed Model


The purpose is to formalize some of the most essential structural elements of the XpressBees
logistics Routing Problem. The Proposed Model is separated into subsections, as shown in Figure 2.

Fig. 2 Proposed model. Source: authors

2.3.1 Collection of Items from Vendors to Distribution Centers


In this section, (0) denotes the Distribution Center, whereas (1-10) denotes various vendor locations
where orders are picked by delivery persons. The distance between each pair of areas was
38
calculated by using Google Maps, as shown in Table 1 (Distance Matrix) [8]. This is the case of
TSP. The Branch and Bound penalty approach is used to determine the optimum path [8]. The
Python software programming language is used to compute the results for large data sets. Pseudo
Python's code can be seen in [8].
Table 1 Distance matrix. Source: authors
Distance (km) 0 1 2 3 4 5 6 7 8 9 10
0 - 18.1 23.7 8.2 3.2 25.4 22.5 19.4 17 19.6 23.3
1 15 - 2.7 12 14 8.5 2.8 2.4 2.7 1.9 3.1
2 13 3 - 29 16 6.7 4.4 3.7 1.2 1 1
3 7.1 10 13 - 11 18 14 11 10 10 13
4 3.3 15 18 5.5 - 17 19 14 12 13 13
5 18 7.8 6.5 17 26 - 4.8 7 7.3 7.6 5.2
6 19 3 3.9 14 22 5.7 - 2.2 4.9 4.4 3.4
7 17 2.1 4.1 11 19 7.9 2.3 - 4 3.5 3.6
8 12 3.1 1.6 9.1 15 6.5 5 4.3 - 1.2 1.9
9 13 2.1 1.1 11 15 8.3 4.5 3.8 1 - 1.6
10 14 3.6 1 16 14 6.8 3.9 3.2 1.7 1.6 -

2.3.2 Transportation of Items from Distribution Centers to Central Location (HUB)


This model contains assumptions that give aid in the reduction of complex traffic circumstances to a
measurable model that provides an estimate of the control delay, which represents the lost time
experienced by a vehicle passing an intersection, which is calculated by using Highway Capacity
Manual [8]. The Control Delay [13,14] is calculated as follows:
𝑑 = 𝑑1 𝑃𝐹 + 𝑑2 + 𝑑3 , [-] (1)
𝑔 2
𝑐 (1− )
𝑐
𝑑1 = 𝑔 , [-] (2)
2 1−𝑚𝑖𝑛(1,𝑋)
𝑐

8𝑘𝑙𝑋
𝑑2 = 900𝑇 (𝑋 − 1) + √(𝑋 − 1)2 + , [-] (3)
𝑐𝑇

(1−𝑃)
𝑃𝐹 = ( 𝑔
) , [-] (4)
(1−( ))
𝑐

Where d is control delay (s/veh); 𝑑1 is uniform delay component (s/veh); PF is progression


adjustment factor; 𝑑2 is overflow delay (s/veh); d3 is delay due to pre-existing queue (s/veh); T is
analysis period (h); X is green ratio, which is determined by the saturation flow rate (vphg),which is
defined as the number of vehicles per hour during green time; C is cycle length (s); k is incremental
delay factor (0.50 for all pre-timed controllers); l is metering adjustment factor (1.0 for all
individual intersection analyses); c is capacity (veh/h); P is the proportion of vehicles arriving
during the green interval. The following data can be seen in Figure 3.

39
Fig. 3 Road intersection parameters. Source: authors
Finding Optimal Route by Using Dijkstra’s Algorithm with Signalized Intersection
Constraint
When all of the weight numbers are Wij≥0, the Dijkstra technique [15,16] is considered the best.
The time taken to reach from one node to another is represented by Wij (min). We establish a series
of N and put starting points based on the calculation to weight values. When the N point is not null,
we select a node 𝑣𝑖 from the N as the current node. Then we calculate all of the road network node
𝑣𝑖 's adjacent nodes 𝑣𝑗 . If, l(s, 𝑣𝑗 ) > l(s, 𝑣𝑖 + 𝑙𝑖𝑗 ) the control delay is 𝑙𝑖𝑗 so, l(s, 𝑣𝑗 ) = l(s, 𝑣𝑖 ) + 𝑙𝑖𝑗 .
Subsequently we add the neighbouring point to the sequence of N, modify it with the shortest time
taken, and keep it rising in accordance with the length of each road section.

Fig. 4 Road network with weights. Source: authors


Figure 4 depicts the time taken at various points between the distribution centre and the HUB.
Table 2 represents the calculation of the shortest path in respect of time using Dijkstra’s algorithm
[15,16] with a signalized intersection.
Table 2 Dijkstra with a signalized intersection. Source: authors
Time(min) 1 2 3 4 5 6 7 8 9 10 11 12 13
1 0 ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞
2 - 6.9 ∞ ∞ 8.25 ∞ ∞ ∞ ∞ ∞ ∞ ∞ ∞
3 - - 14.85 ∞ 8.25 14.55 ∞ ∞ ∞ ∞ ∞ ∞ ∞
4 - - 14.85 ∞ - 14.55 ∞ ∞ 14.95 ∞ ∞ ∞ ∞
5 - - 14.85 ∞ - - 21.35 ∞ 14.95 21.45 ∞ ∞ ∞
6 - - - 24.45 - - 21.35 ∞ 14.95 21.45 ∞ ∞ ∞
7 - - - 24.45 - - 21.35 ∞ - 21.45 19.85 ∞ ∞
8 - - - 24.45 - - 21.35 ∞ - 21.45 - 28.15 ∞
9 - - - 24.45 - - - 31.1 - 21.45 - 28.15 ∞
10 - - - 24.45 - - - 31.1 - - - 28.15 ∞
11 - - - - - - - 31.1 - - - 28.15 ∞
12 - - - - - - - 31.1 - - - - 40.1
13 - - - - - - - - - - - - 40.1

40
2.3.3 Distribution of Items from Central Location (HUB) to Customers
There are created different types of scenarios which a logistics company may expect in real life.
• Scenario 1: Truck Loading and Routing
The aim is to fit a set of boxes into the minimum number of trucks the best, and thus reduce the
shipping cost while the weight should not be exceeded and then the route of the trucks is evaluated.
Box Loading Problem
The main objective of the problem is to minimise the total number of used boxes. To find the
number of boxes required to pack the products, lb is calculated.
𝑇𝑜𝑡𝑎𝑙 𝑤𝑒𝑖𝑔ℎ𝑡 𝑜𝑓 𝐵𝑜𝑥
𝑙𝑏1 = (5)
𝑇𝑜𝑡𝑎𝑙 𝑤𝑒𝑖𝑔ℎ𝑡 𝑜𝑓 𝑜𝑛𝑒 𝑝𝑟𝑜𝑑𝑢𝑐𝑡
𝑇𝑜𝑡𝑎𝑙 𝑣𝑜𝑙𝑢𝑚𝑒 𝑜𝑓 𝐵𝑜𝑥
𝑙𝑏2 = (6)
𝑇𝑜𝑡𝑎𝑙 𝑣𝑜𝑙𝑢𝑚𝑒 𝑜𝑓 𝑜𝑛𝑒 𝑝𝑟𝑜𝑑𝑢𝑐𝑡

lb = Min {𝑙𝑏1 , 𝑙𝑏2} (7)


The lb gives an estimate of how many maximum products can be packed into each box [8].
Product Loading Algorithm
The general idea of the proposed algorithm is to try to place the heaviest box first in the truck and
then balance the box’s weight. The proposed algorithm and the python software programming
language pseudo code can be seen in [8].
Truck Route Optimization
Optimal path for minimum number of vehicles is found in the final stage using Dynamic
Programming and the Backward Recursive Approach [17]. Figure 5 depicts the various positions
between the hub and the customer, as well as the distance between the customer and the depot.

Fig. 5 Road network with weights. Source: authors


Table 3 shows the stages and the mathematical formulation, and [8] it shows the complete
procedure.
Table 3 Mathematical formulation. Source: authors
Stages For n=1 (one more For n=2 (two more For n=3 (three more For n=4 (four more
stage to go) stage to go) stage to go) stage to go)
Mathematical 𝑓1 (s, 𝑋1 ) = 𝑑𝑠𝑋1 and 𝑓2 (s, 𝑋2 ) = 𝑑𝑠𝑋2 + 𝑓3 (s, 𝑋3 ) = 𝑑𝑠𝑋3 + 𝑓4 (s, 𝑋4 ) = 𝑑𝑠𝑋4 +
Formulation 𝑓 ∗1 (𝑠) = min𝑓1 (s, 𝑋1 ) 𝑓 ∗1 (𝑋2 ) and 𝑓 ∗ 2 (𝑠) = 𝑓 ∗ 2 (𝑋3 ) and 𝑓 ∗ 3 (𝑠) = 𝑓 ∗ 3 (𝑋4 ) and 𝑓 ∗ 4 (𝑠) =
min𝑓2 (s, 𝑋2 ) min𝑓3 (s, 𝑋3 ) min𝑓4 (s, 𝑋4 )

To retrieve the findings for greater data, a Python Software Programming Language pseudo
code is constructed, which is given in Table 4.
41
Table 4 Algorithm 1. Source: authors
1 IMPORT numpy as np 8 SET curr_vol TO truck_vol ET count TO 1 19 IF sortedBoxes[i][3]<=
2 SET boxes 9 SET count TO 1 14 curr_vol -= vol curr_wei and vol <=
3 SET truck_wei 10 FOR i IN range(len(sortedBoxes)): 15 ELSE: curr_vol:
4 SET truck_vol 11SETvolTOsortedBoxes[i][0]*sorted 16 count += 1 20 curr_wei -=
5 DEFINE FUNCTION main(): Boxes[i][1]*sortedBoxes[i][2] 17 SET curr_wei TO sortedBoxes[i][3]
6 SET sortedBoxes 12 IF sortedBoxes[i][3]<= curr_wei and truck_wei 21 curr_vol -= vol
TOboxes[boxes[:,3].argsort()] vol <=curr_vol: 18 SET curr_vol TO 22 OUTPUT(count)
7 SET curr_wei TO truck_wei 13 curr_wei -= sortedBoxes[i][3] truck_vol 23 main ()

• Scenario 2: Last Mile Delivery


In this scenario, vehicle routing problem with capacity from hub to various customers using a
Clarks and Wright Saving Based Algorithm [18,19] is considered. Certain Assumptions are required
to be made to proceed with the above scenario, which can be seen in [8]. The objective is to lower
the travelled distance by using the fewest number of vehicles possible. The fleet consists of five
vehicles, each with a 15 unit capacity. There is Hub (0) and several customers (1-6). The data of all
customers is listed in Table 5 below, along with a Distance between customers (1-6) and the hub (0)
shown in Table 6.
Table 5 Customer’s data. Source: authors
Customers Location Demand
1 Patel Nagar 4 units
2 RajouriGarden 6 units
3 Janak Puri 3 units
4 Paschim Vihar 2 units
5 Kirti Nagar 3 units
6 Vikas Puri 2 units

Table 6 Distance matrix. Source: authors


Distance (km) 0 1 2 3 4 5 6
0 - 20 18 14 16 12 19
1 20 - 22 18 30 26 28
2 18 22 - 32 20 22 21
3 14 18 32 - 20 22 21
4 16 30 20 20 - 30 32
5 12 26 22 22 30 - 26
6 19 28 21 21 32 26 -

Heuristic Solution Using Clarks and Wright Saving Based Algorithm


Consider a depot D and n demand points. Initially the solution to the VRP consists of using n
vehicles and dispatching one vehicle to each one of the n demand points. The total tour length is 2d
(D,i). If a single vehicle is used to serve two points, say i and j, the total distance travelled is
reduced by the amount and the distance will be
s(i, j) = 2d(D, i) + 2d(D, j) − [d(D, i) + d(i, j) + d(D, j)] (8)
s(i, j) = d(D, i) + d(D, j) − d(i, j) (9)

42
Now, from equation (9), the Savings matrix is created, which is shown in Table 7, using Table
6 between every possible route. The complete steps can be seen in [8].
Table 7 Saving matrix. Source: authors
Routes 1to2 1to3 2to6 2to4 3to6 1to6 3to4 2to5 1to4 1to5 5to6 3to5 4to6 2to3 4to5
Savings(km) 16 16 16 14 12 11 10 8 6 6 5 4 3 0 -2

A vehicle can be assigned to each route listed in Table 5 for all of the routes shown in Table 5,
Table 6, and Table 7. For route 1-2, the total requirement is 10 units, as shown in Table 5, and the
capacity is 15 units, thus the requirement is less than capacity. The routes where the condition of
requirement is greater than demand are eliminated. Also the routes where the saving is negative, it
is not considered, as distance cannot be negative.
Table 8 Assigned vehicles. Source: authors
Routes 1to2 1to3 2to6 2to4 3to6 1to6 3to4 2to5 1to4 1to5 5to6 3to5 4to6 2to3 4to5
Demand 10 13 19 18 19 19 18 16 18 16 9 - 4 - -
Capacity 15 15 15 15 15 15 15 15 15 15 15 - 15 - -
Vehicle V1 V1 - - - - V2 - V2 - -

To retrieve the findings for greater data, a Python Software Programming Language pseudo
code is constructed, which is given in Table 9.
Table 9 Algorithm 2. Source: authors
1 SET curr_truck_capacity 12 continue 20OUTPUT(weight_list[i]) 31 break
2 SET mp 13 FOR i IN 21 IF weight_list[i] + values[3] 32 IF flag EQUALS 1:
3 SET vertex range(len(new_adj_list)): <= curr_truck_capacity: 33 break
4 SET adj 14 SET keys TO 22 weight_list[i] += values[3] 34IF flag EQUALS 0:
5 DEFINE FUNCTION new_adj_list[i] 23SET mp[values[0]] TO 1 35new_adj_list.append([values[0],
main(): 15 IF values[0] IN keys and 24SET mp[values[1]] TO 1 values[1]])
6 SET curr_trucks TO [] values[1] IN keys: 25 SET flag TO 1 36 weight_list.append(values[3])
7 SET new_adj_list TO [] 16 SET flag TO 1 26 IF keys[j] != values[0]: 37 OUTPUT("truck weighted list
8 SET weight_list TO [] 17 continue 27 keys.append(values[0] : ");
9 FOR values IN adj: 18 FOR j IN range(len(keys)): 28 break 38 OUTPUT(weight_list)
10 SET flag TO 0 19 IF keys[j] EQUALS 29 ELSE: 39OUTPUT("Final path IN
11IF mp[values[0]] > 0 values[0] or keys[j] EQUALS 30keys.append((values[1])) eachtruck")
and mp[values[1]] > 0: values[1]: 40 OUTPUT(new_adj_list)
41 main ()

• Scenario 3: Hyper-Local Delivery


The aim of this scenario is to lower the total time it takes to deliver items in the predefined window
[𝑎𝑖 ,𝑏𝑖 ] that the minimum number of vehicles is used. Certain Assumptions are required, which can
be seen in [8]. Here, two depots, a seller's warehouse, and a hub (0 and 7), as well as the group
of customers, (numbers 1,2,3,4,5, and 6) are taken. Different customer's data with their demands
and their availability in specific time window is shown in Table 10. And the time taken to reach
between each customer and depot(s), namely time matrix, is shown Table 11.

43
Table 10 Customer’s data. Source: authors
Customer Location Demand Time window
1 Azad Nagar 4 units [9:30am,10:00am]
2 Geeta Colony 6 units [9:00am,10:00am]
3 DilshadColony 3 units [9:00am,10:00am]
4 Dallupura 2 units [8:30am,10:00am]
5 JagatPuri 3 units [9:00am,10:00am]
6 Anand Vihar Colony 2 units [8:30am,10:00am]

Table 11 Time matrix. Source: authors


Time(min) 0 1 2 3 4 5 6 7
0 - 20 18 14 16 12 19 22
1 20 - 22 18 30 26 28 20
2 18 22 - 32 20 22 21 18
3 14 18 32 - 20 22 21 14
4 16 30 20 20 - 30 32 16
5 12 26 22 22 30 - 26 12
6 19 28 21 21 32 26 - 19
7 22 20 18 14 16 12 19 -

Also, The Time Window for seller’s warehouse and hub is [8:00am,8:00am] and
[10:00am,12:00am].
Heuristic Solution Using Holmes and Parker’s Method [20]
For our research analysis the equation (9) is modified in terms of taken time and savings are
computed on the basis the travelled time.
S(i, j) =t(D, i) +t(D, j)−t(i, j) (10)
The saving of matrix by using equation (10) between every possible route by using Table 11 is
based on Clark and Wright Saving Based Algorithm [8], which is shown in Table 12.
Table 12 Saving matrix. Source: authors
Routes 1to2 1to3 2to6 2to4 3to6 1to6 3to4 2to5 1to4 1to5 5to6 3to5 4to6 2to3 4to5
Savings(min) 16 16 16 14 12 11 10 8 6 6 5 4 3 0 -2

The solution by using Clark's and Wright saving based algorithm is calculated. By using Table
12 for different routes, the vehicles can be assigned. The process started with s=0, means when
there is no saving, for the first route 1-2 with the saving of 16 min. The rest can be depicted from
Figure 6.

Fig 6 Solution by using Clarks and Wright saving based algorithm. Source: authors

44
The solution obtained by using Clark and Wright Saving Algorithm is 40 min. The Holmes and
Parker Method compute a better solution, as shown in Figure 7.

Fig 7 Solution using Holmes and Parker method. Source: authors


To retrieve the findings for greater data, a Python Software Programming Language pseudo
code is constructed, which is given in Table 13.
Table 13 Algorithm 3. Source: authors
1 SET 14 SET values TO 23 FOR j IN 30SETmp[values[1]] 42 weight_list.append
curr_truck_capacity adj[k] range(len(keys)): TO1 (values[3])
2 SET mp 15 SET flag TO 0 24 IF keys[j] EQUALS 31 SET flag TO 1 43time_list.append
3 SET vertex 16 IF mp[values[0]] > 0 values[0] or 32 IF keys[j] != (values[4])
4 SET adj and mp[values[1]] > 0: keys[j]EQUALS values[0]: 44 OUTPUT("time
5 DEFINE 17 continue values[1]: 33 keys.append list :")
FUNCTION 18FOR i IN range 25OUTPUT(weight_list (values[0]) 45 OUTPUT(time_list)
main(): (len(new_adj_list)): [i) 34 break
46OUTPUT("truckweig
6 SET curr_trucks 19 SET keys TO 27weight_list[i] += 35 ELSE:
7SETnew_adj_list new_adj_list[i] 26IFweight_list[i] + 36 keys.append hted list : ");
8 SET weight_list 20 IF values[0] IN values[3] <= ((values[1]))
47OUTPUT(weightlist)
9 SET time_list keys curr_truck_capacity: 37 break
48 OUTPUT("Final
10 adj.pop(0) and values[1] IN keys: values[3] 38 IF flag EQUALS 1:
path IN each truck")
11 FOR k IN 21 SET flag TO 1 28 time_list[i] += 39 break
49OUTPUT(new_adj_li
range(len(adj)): 22 continue values[4] 40 IF flag EQUALS 0:
st)
12 IF k EQUALS 0 : 29 SET mp[values[0]] 41new_adj_list.append
50 main
13 continue TO 1 ([values[0],values[1]])

3. Results
Experiments with various scenarios were conducted to ensure that the suggested algorithms were
effective. The proposed model was also built in the Python programming language, which a
logistics company may use to solve its problem. To begin, the Branch and Bound penalty approach
generates 18 branches, as illustrated in Figure 8, and the best route is
0→4→3→1→7→6→5→10→2→9→8→0 with a total distance of 49.3 km.

Fig 8 Finding solution through branch and bound penalty method. Source: authors

45
In the case of signalised junctions, the best route is 1→ 5→9→11→12→ 13 with a weight of
40.1 minutes. The shortest path becomes the fastest path since the used weight is travel time rather
than mileage. As a result, the fastest route is 1→ 5→9→11→ 12→13 (40.1 minutes).
In scenario 1, the least number of trucks required to contain all of the boxes is two, as
determined by the product loading algorithm, and the routing of these two trucks was determined by
dynamic programming to be either 1→2→5→8 or 1→3→7→8, with a total distance of 23 km.
In scenario 2, the results show that only two out of five vehicles were used to deliver the items,
and Table 14 shows the optimal route for both vehicles. If the vehicle travelled sequentially to each
customer and returned, it would have travelled 20 + 18 + 14 + 16 + 12 + 19 = 99.2 = 198 km,
however by using Clark's Wright Savings Based Algorithm, it only travelled 158 km, saving 198 –
158= 40 km. As a result, the logistics company saves money by minimizing the travelled distance
and saving vehicles.
Table 14 Final evacuation path. Source: authors
Vehicles Optimal Path Distance(Km) Savings(km) Demand Capacity
Vehicle 1 0→2→1→3→0 72 32 13 units 15 units
Vehicle 2 0→5→6→4→0 86 8 14 units 15 units

In scenario 3, the result shows that vehicles will leave the seller’s warehouse at 08:00 am and
meet the needs of all customers within a predetermined window, and then return to the hub.
Additionally, by applying the Holmes and Parker heuristic, the vehicle actually travelled 148
minutes, saving 198-148=50 minutes. The final evacuation path with in specified time slots can be
observed in Table 15.
Table 15 Final evacuation path. Source: authors
Vehicles Optimal Path TimeTaken Demand Capacity
(min)
Vehicle 0[08: 00𝑎𝑚, 08: 00𝑎𝑚] →4[08: 16am, 08: 35am] → 74 12 units 15 units
1 3[08:55am,09:07am]→ 1[09: 25am, 09: 40am] →
7[10: 00am, 10: 00am]
Vehicle 0[08:00am,08:00am]→6[08:19am,08:41am]→ 74 15 units 15 units
2 2[09:02am,09:15am]→5[09:37am,09:50am]→7[10:02am,10:02am]

4. Discussion
For Logistics, vehicle routing is a challenge. There are a variety of items, organizations, and
timeframes to consider. Different qualities for vehicle routing problems are preserved here. Traffic
congestion and peak hours at traffic lights should be considered while planning efficient
transportation in urban areas. The loading of products into trucks and their routing is a second key
topic. Finally, the dynamism of the logistics business and the emergence of new communication
technologies encourage the study of dynamic VRP, in which vehicle routes can be re-optimized
depending on various types of data.

46
5. Conclusion
In this paper, a mathematical model of the XpressBees Logistics Company was set up after defining
a transport problem. The exact and heuristic methods were applied to solve the problem of routing
vehicles in the transport network. The purpose of applying mathematical methods is to reduce
transportation costs by optimizing routes and the number of vehicles, which makes savings and
increases profits for businesses. As a result, any logistic company with the same difficulty as the
one described above can apply the model to enhance their routing problem and revenues.

Acknowledgments
We would like to thank Delhi Technological University's Applied Mathematics Department and our
supervisor for their assistance in completing our research work.

References
[1] Yen-Chun, W., Goh, M., Chih-Hung, Y. & Shan-Huen, H. (2017). Logistics management
research collaboration in Asia. The International Journal of Logistics Management 28(1),
206-223. DOI: 10.1108/IJLM-09-2013-0104.
[2] Khalid, A.E., AbdelHadi, N.A. & AbdelMonaem F.M.A. (2008). Routing Problems: A
Survey. In The 43rd Annual Conference on Statistics, Computer Sciences and Operations
Research, 22-25 December 2008 (pp. 51-70). San Francisco, California: Academia
Publishers.
[3] Dahiya, C. & Sangwan, S. (2018). Literature Review on Travelling Salesman Problem.
International Journal of Research 5(16), 1152-1155. Retrieved March 18, 2022, from:
https://journals.pen2print.org/index.php/ijr/article/view/15490/15018
[4] Toro, E.M., Escobar Z.A.H. & Granada E.M. (2015). Literature review on the vehicle
routing problem in the green transportation. Luna Azul 15(42), 362–387.
DOI: 10.17151/luaz.2016.42.21.
[5] Liong, C.-Y., Wan, I. & Khairuddin. O. (2008). Vehicle routing problem: Models and
solutions. Journal of Quality Measurement and Analysis 4(1), 205-218. Retrieved January
2008, from:
https://www.researchgate.net/publication/313005083_Vehicle_routing_problem_Models_an
d_solutions
[6] Braekers, K., Ramaekers, K. & Nieuwenhuyse, I. (2015). The Vehicle Routing Problem:
State of the Art Classification and Review. Computers & Industrial Engineering 99, 300-
313. DOI: 10.1016/j.cie.2015.12.007.
[7] Hrablik, H., Horňáková, N. & Babčanová, D. (2015). Use of operational research methods in
logistics. In Carpathian Logistics Congress, PriessnitzSpa, Jesenik, Czech Republic, EU, 4 –
6 November 2015 (pp. 307-312). Philadelphia, United States. London, United Kingdom:
Web of Science.
[8] Malhotra S. & Khandelwal, M. (16 March 2022) XpressBees Logistics Problem Using Exact
and Heuristic Method. Retrieved March 16, 2022, from
https://drive.google.com/file/d/130u99Z9w5GTpWVKIL1JBiW

47
[9] Satyananda, D. & Wahyuningsih, S. (2019). VND in CVRP, MDVRP, and VRPTW Cases.
Journal of Physics: Conference Series 19(1), 12-25. DOI: 10.1088/1742-
6596/1320/1/012025.
[10] Akhand, M.A., Peya, Z.J., Sultana, T. & Al-Mahmud (2015). Solving Capacitated Vehicle
Routing Problem with route optimization using Swarm Intelligence. In 2nd International
Conference on Electrical Information and Communication Technologies (EICT), 10-12
December 2015 (pp. 112-117). Manhattan, New York, U.S: Institute of Electrical and
Electronics Engineers.
[11] Gan, X., Wang, Y., Li, S. & Niu, B. (2012). Vehicle Routing Problem with Time Windows
and Simultaneous Delivery and Pick-Up Service Based on MCPSO. Mathematical Problems
in Engineering 12, 1–11. DOI: 10.1155/2012/104279.
[12] Ombuki, B., Ross, B.J. & Hanshar F. (2006). Multi-Objective Genetic Algorithms for
Vehicle Routing Problem with Time Windows. Springer Science and Business 6(1), 17–30.
DOI: 10.1007/s10489-006-6926-z.
[13] Sharma, R., Patel, P., Umrigar, N. & Zala, L.B. (2018). Delay estimation at signalized
intersections under heterogeneous traffic conditions. International Research Journal of
Engineering and Technology 5(5), 2945-2952. DOI:10.13140/RG.2.2.16273.76644.
[14] Adepu, R. & Molugaram, K. (2018). Evaluation of delay characteristics at signalized
intersections for improvement in level of service. International journal for traffic and
transport engineering 18(3), 309–19. DOI:10.7708/ijtte.2018.8(3).05.
[15] Almash, A. & Faruq, O. (2019) Finding Shortest Path for Road Network Using Dijkstra’s
Algorithm. Bangladesh Journal of Multidisciplinary Scientific Research 19(2), 41–45.
DOI: 10.46281/bjmsr.v1i2.366.
[16] Javaid, M.A. (2013). Understanding Dijkstra Algorithm. SSRN Electronic Journal 13, 1-27.
DOI: 10.2139/ssrn.2340905.
[17] Sitinjak, A.A., Pasaribu, E., Simarmata, J.E., Putra, T. & Mawengkang, H. (2018). The
Analysis of Forward and Backward Dynamic Programming for Multistage Graph. In IOP
Conference Series: Materials Science and Engineering, January 2018 (pp. 1-7). Bristol,
England, United Kingdom: IOP publishing.
[18] Caccetta, L., Alameen, M. & Abdul-Niby, M. (2013). An Improved Clarke and Wright
Algorithm to Solve the Capacitated Vehicle Routing Problem. Engineering, Technology &
Applied Science Research 3(2), 413–415. DOI:10.48084/etasr.292.
[19] Pichpibul, T. & Kawtummachai, R. (2013). A Heuristic Approach Based on Clarke-Wright
Algorithm for Open Vehicle Routing Problem. The Scientific World Journal 13(1), 1-11.
DOI: 10.1155/2013/874349.
[20] Shankar, R.B.S., Reddy, K.D. & Venkataramaiah, P. (2018). Solution to a Capacitated
Vehicle Routing Problem Using Heuristics and Firefly Algorithm. International Journal of
Applied Engineering Research 13(21), 15247-15254. Retrieved 2018, from:
https://www.ripublication.com/ijaer18/ijaerv13n21_59.pdf

48

You might also like