Servicing Timed Requests on a Line
Abstract
We consider an off-line optimisation problem where robots must service requests on a single line. A request has weight and takes place at time at location on the line. A robot can service a request and collect the weight , if it is present at at time . The objective is to find robot-schedules that maximize the total weight. The optimisation problem is motivated by a robotics application [Asahiro et al. Discrete Applied Mathematics, 2006] and can be modeled as a minimum cost flow problem with unit capacities in a flow network . Consequently, we ask for a collection of node-disjoint paths from the source to the sink in , with minimum total weight. It was shown in [Asahiro et al. Discrete Applied Mathematics, 2006] that the flow network can be implicitly represented by points on the plane which yields to an -time algorithm for and the special case where all requests have the same weight. However, for the problem can be solved in time with the successive shortest path algorithm which does not use this implicit representation. We consider arbitrary request weights and show a recursive -time algorithm which improves the previous bound if is considered constant. Our result also improves the running time of previous algorithms for other variants of the optimisation problem. Finally, we show problem properties that may be useful within the context of applications that motivate the problem and may yield to more efficient algorithms.
Keywords
Cite
@article{arxiv.2111.15434,
title = {Servicing Timed Requests on a Line},
author = {A. Gkikas and T. Radzik},
journal= {arXiv preprint arXiv:2111.15434},
year = {2021}
}
Comments
35 pages, 13 figures