Servicing Timed Requests on a Line
Abstract
We consider an off-line optimisation problem where k robots must service n requests on a single line. A request i has weight wi and takes place at time ti at location di on the line. A robot can service a request and collect the weight wi, if it is present at di at time ti. The objective is to find k 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 N. Consequently, we ask for a collection of k node-disjoint paths from the source s to the sink t in N, with minimum total weight. It was shown in [Asahiro et al. Discrete Applied Mathematics, 2006] that the flow network N can be implicitly represented by n points on the plane which yields to an O(n n)-time algorithm for k=1 and the special case where all requests have the same weight. However, for k ≥ 2 the problem can be solved in O(kn2) time with the successive shortest path algorithm which does not use this implicit representation. We consider arbitrary request weights and show a recursive O(k2kn 2k n)-time algorithm which improves the previous bound if k 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.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.