Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

The multi-point delivery problem: Shortest Path Algorithm for Real Roads Network using Dijkstra

View through CrossRef
Abstract The Multi-point Delivery problem is a Vehicle Routing problem (VRP) in which the vehicle has single point as start and end point and must visit a set of points as customers to replay their requests. This paper produces an algorithm built for finding a shortest path for multi-points delivery problem can be used by drivers and autonomous vehicle. The system uses a real road map for a part of Altijari center of Basrah as a delivery problem. The process is firstly built a proper graph to represent the roads then used Dijkstra Shortest Path algorithm to find the shortest path from start point to all points need to be served then taking the closest one and considered as new start point, continue researching to find short path to other points until all points visited, that for forward path, thus each point path is added to get the full path that pass in all points in delivery scope to get an optimize arrangement for visiting required points with least cost. The second step is to calculate the path for backward to start point. The experimental results show that the proposed algorithm performed efficiently in terms of cost for paths and time for calculation.
Title: The multi-point delivery problem: Shortest Path Algorithm for Real Roads Network using Dijkstra
Description:
Abstract The Multi-point Delivery problem is a Vehicle Routing problem (VRP) in which the vehicle has single point as start and end point and must visit a set of points as customers to replay their requests.
This paper produces an algorithm built for finding a shortest path for multi-points delivery problem can be used by drivers and autonomous vehicle.
The system uses a real road map for a part of Altijari center of Basrah as a delivery problem.
The process is firstly built a proper graph to represent the roads then used Dijkstra Shortest Path algorithm to find the shortest path from start point to all points need to be served then taking the closest one and considered as new start point, continue researching to find short path to other points until all points visited, that for forward path, thus each point path is added to get the full path that pass in all points in delivery scope to get an optimize arrangement for visiting required points with least cost.
The second step is to calculate the path for backward to start point.
The experimental results show that the proposed algorithm performed efficiently in terms of cost for paths and time for calculation.

Related Results

ENHANCING NETWORK PERFORMANCE LOAD BALANCING IN CYBER CAFE NETWORKS WITH DIJKSTRA ALGORITHM ON MIKROTIK
ENHANCING NETWORK PERFORMANCE LOAD BALANCING IN CYBER CAFE NETWORKS WITH DIJKSTRA ALGORITHM ON MIKROTIK
The internet has become a fundamental necessity in various activities today. Stream Cyber Cafe, as an internet service provider, faces the challenge of maintaining network quality ...
Woningcorporaties en Vastgoedontwikkeling
Woningcorporaties en Vastgoedontwikkeling
This summary highlights the findings of the PhD-thesis ‘Woningcorporaties en Vastgoedontwikkeling: Fit for Use’ (‘Housing associations and Real Estate Development: Fit for Use?’). ...
Dijkstra and Bidirectional Dijkstra on Determining Evacuation Routes
Dijkstra and Bidirectional Dijkstra on Determining Evacuation Routes
Abstract Determination of the best path or often called the shortest path finding is a method that has many benefits and can be applied in various cases and fields o...
Penentuan Rute Terpendek Pengiriman Barang pada PT AMSA menggunakan Algoritma Dijkstra
Penentuan Rute Terpendek Pengiriman Barang pada PT AMSA menggunakan Algoritma Dijkstra
Dijkstra's algorithm is one of the algorithms in graph theory that is used to solve the problem of the shortest path of a graph at each vertex that has a non-negative value. This a...
Parallel Bidirectional Dijkstra's Shortest Path Algorithm
Parallel Bidirectional Dijkstra's Shortest Path Algorithm
This paper deals with Dijkstra's shortest path algorithm and with the possibilities of speeding-up this algorithm. This algorithm is a breadth-first-search algorithm. The search sp...
An Extended Dijkstra's Algorithm for Calculating Alternative Routes for Evacuee Agents in Disaster Simulation
An Extended Dijkstra's Algorithm for Calculating Alternative Routes for Evacuee Agents in Disaster Simulation
This paper proposes an extended Dijkstra's algorithm for calculating alternative routes for evacuee agents in a disaster simulation system. In a disaster simulation, evacuee agents...
Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path
Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path
Finding the shortest path in a graph can be applied to various fields of shortest distance costs in routes, computer games, robotics or navigation. This study implements the A star...
An Efficient Approach for Shortest Path Planning in Automotive Navigation System
An Efficient Approach for Shortest Path Planning in Automotive Navigation System
Emerging automotive engineering solutions extensively rely on navigation tools. Shortest path evaluation is core competency of optimal path planning, one of the most critical compo...

Back to Top