Randomized Algorithm for the Maximum-Profit Routing Problem

Bogdan Armaselu
DOI: https://doi.org/10.48550/arXiv.2305.07838
2023-05-13
Data Structures and Algorithms
Abstract:In this paper, we consider the Maximum-Profit Routing Problem (MPRP), introduced in \cite{Armaselu-PETRA}. In MPRP, the goal is to route the given fleet of vehicles to pickup goods from specified sites in such a way as to maximize the profit, i.e., total quantity collected minus travelling costs. Although deterministic approximation algorithms are known for the problem, currently there is no randomized algorithm. In this paper, we propose the first randomized algorithm for MPRP.
What problem does this paper attempt to address?