The ride sharing routing problem : an optimization algorithm

We investigate the ride sharing routing problem from an algorithmic point of view. The research is conducted to the paper `Algorithms for Trip-Vehicle Assignment in Ride-Sharing' by Bei & Zhang, 2018 to find a better algorithm that provides more optimized output in a more efficient time. Th...

Full description

Saved in:
Bibliographic Details
Main Author: Lawrence, Lucas
Other Authors: Gary Royden Watson Greaves
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2021
Subjects:
Online Access:https://hdl.handle.net/10356/148474
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:We investigate the ride sharing routing problem from an algorithmic point of view. The research is conducted to the paper `Algorithms for Trip-Vehicle Assignment in Ride-Sharing' by Bei & Zhang, 2018 to find a better algorithm that provides more optimized output in a more efficient time. The objective of the problem is to assign each drivers to fetch two passengers given the locations of drivers, passengers' pick-up points and their destinations. We then designed an algorithm and observed that it produces smaller costs solution in most of the randomly generated data with time complexity $O(n^2\log n)$ for real valued weighted graph and $O(n^2)$ for integer valued weighted graph improved from the previous $O(n^3)$.