New Partitioning Techniques and Faster Algorithms for Approximate Interval Scheduling

Spencer Compton,Slobodan Mitrović,Ronitt Rubinfeld
DOI: https://doi.org/10.1007/s00453-024-01252-1
IF: 0.909
2024-07-19
Algorithmica
Abstract:Interval scheduling is a basic algorithmic problem and a classical task in combinatorial optimization. We develop techniques for partitioning and grouping jobs based on their starting/ending times, enabling us to view an instance of interval scheduling on many jobs as a union of multiple interval scheduling instances, each containing only a few jobs. Instantiating these techniques in a dynamic setting produces several new results. For -approximation of job scheduling of n jobs on a single machine, we develop a fully dynamic algorithm with update and query worst-case time. Our techniques are also applicable in a setting where jobs have weights. We design a fully dynamic deterministic algorithm whose worst-case update and query times are . This is the first algorithm that maintains a -approximation of the maximum independent set of a collection of weighted intervals in time updates/queries. This is an exponential improvement in over the running time of an algorithm of Henzinger, Neumann, and Wiese  [SoCG, 2020]. Our approach also removes all dependence on the values of the jobs' starting/ending times and weights.
computer science, software engineering,mathematics, applied
What problem does this paper attempt to address?