English

Improved Algorithms for Online Rent Minimization Problem Under Unit-Size Jobs

Data Structures and Algorithms 2023-07-03 v1

Abstract

We consider the Online Rent Minimization problem, where online jobs with release times, deadlines, and processing times must be scheduled on machines that can be rented for a fixed length period of TT. The objective is to minimize the number of machine rents. This problem generalizes the Online Machine Minimization problem where machines can be rented for an infinite period, and both problems have an asymptotically optimal competitive ratio of O(log(pmax/pmin))O(\log(p_{\max}/p_{\min})) for general processing times, where pmaxp_{\max} and pminp_{\min} are the maximum and minimum processing times respectively. However, for small values of pmax/pminp_{\max}/p_{\min}, a better competitive ratio can be achieved by assuming unit-size jobs. Under this assumption, Devanur et al. (2014) gave an optimal ee-competitive algorithm for Online Machine Minimization, and Chen and Zhang (2022) gave a (3e+7)15.16(3e+7)\approx 15.16-competitive algorithm for Online Rent Minimization. In this paper, we significantly improve the competitive ratio of the Online Rent Minimization problem under unit size to 66, by using a clean oracle-based online algorithm framework.

Keywords

Cite

@article{arxiv.2306.17241,
  title  = {Improved Algorithms for Online Rent Minimization Problem Under Unit-Size Jobs},
  author = {Enze Sun and Zonghan Yang and Yuhao Zhang},
  journal= {arXiv preprint arXiv:2306.17241},
  year   = {2023}
}

Comments

To appear in the 31st Annual European Symposium on Algorithms (ESA 2023)

R2 v1 2026-06-28T11:18:23.040Z