English

Learning-Augmented Online TRP on a Line

Data Structures and Algorithms 2026-01-21 v1 Robotics

Abstract

We study the online traveling repairperson problem on a line within the recently proposed learning-augmented framework, which provides predictions on the requests to be served via machine learning. In the original model (with no predictions), there is a stream of requests released over time along the line. The goal is to minimize the sum (or average) of the completion times of the requests. In the original model, the state-of-the-art competitive ratio lower bound is 1+2>2.4141+\sqrt{2} > 2.414 for any deterministic algorithm and the state-of-the-art competitive ratio upper bound is 4 for a deterministic algorithm. Our prediction model involves predicted positions, possibly error-prone, of each request in the stream known a priori but the arrival times of requests are not known until their arrival. We first establish a 3-competitive lower bound which extends to the original model. We then design a deterministic algorithm that is (2+3)3.732(2+\sqrt{3})\approx 3.732-competitive when predictions are perfect. With imperfect predictions (maximum error δ>0\delta > 0), we show that our deterministic algorithm becomes min{3.732+4δ,4}\min\{3.732+4\delta,4\}-competitive, knowing δ\delta. To the best of our knowledge, these are the first results for online traveling repairperson problem in the learning-augmented framework.

Keywords

Cite

@article{arxiv.2601.13494,
  title  = {Learning-Augmented Online TRP on a Line},
  author = {Swapnil Guragain and Gokarna Sharma},
  journal= {arXiv preprint arXiv:2601.13494},
  year   = {2026}
}

Comments

8 pages, 5 figures, 3 tables, and 2 pseudocodes

R2 v1 2026-07-01T09:11:37.176Z