English

Scheduling with Obligatory Tests

Data Structures and Algorithms 2024-06-25 v1

Abstract

Motivated by settings such as medical treatments or aircraft maintenance, we consider a scheduling problem with jobs that consist of two operations, a test and a processing part. The time required to execute the test is known in advance while the time required to execute the processing part becomes known only upon completion of the test. We use competitive analysis to study algorithms for minimizing the sum of completion times for nn given jobs on a single machine. As our main result, we prove using a novel analysis technique that the natural 11-SORT algorithm has competitive ratio at most 1.861. For the special case of uniform test times, we show that a simple threshold-based algorithm has competitive ratio at most 1.585. We also prove a lower bound that shows that no deterministic algorithm can be better than 2\sqrt{2}-competitive even in the case of uniform test times.

Keywords

Cite

@article{arxiv.2406.16734,
  title  = {Scheduling with Obligatory Tests},
  author = {Konstantinos Dogeas and Thomas Erlebach and Ya-Chun Liang},
  journal= {arXiv preprint arXiv:2406.16734},
  year   = {2024}
}
R2 v1 2026-06-28T17:17:26.519Z