On-line Scheduling with Monotone Subsequence Constraints.

Kelin Luo,Yinfeng Xu,Huili Zhang,Wei Luo
DOI: https://doi.org/10.1016/j.tcs.2018.09.004
IF: 1.002
2019-01-01
Theoretical Computer Science
Abstract:In this paper, we study an on-line scheduling problem that is motivated by applications such as carpooling. The ride requests arrive on-line over-list and specify the service locations (among m locations). The goal is to determine a schedule that maximizes the number of satisfied requests using k servers. We consider two variants of the problem with respect to constraints on the service location: in the monotone service direction variant, the service locations of the requests assigned to a server must be monotonic; in the strict monotone service direction variant, the service locations must be strictly monotonic. We present lower bounds on the competitive ratio for both variants. For the monotone service direction variant, we give an optimal straightforward algorithm if k≥m and we prove that no deterministic on-line algorithm can achieve a constant competitive ratio if k2, and a lower bound of max⁡{m2,1} if k≤2. We propose a Balanced Interval Algorithm for the strict monotone service direction variant if k>2 and report some numerical experiments to evaluate the efficiency of this algorithm.
What problem does this paper attempt to address?