English

Online Simple Knapsack with Reservation Costs

Data Structures and Algorithms 2022-02-07 v3

Abstract

In the online simple knapsack problem items are presented in an iterative fashion and an algorithm has to decide for each item whether to reject or permanently include it into the knapsack without any knowledge about the rest of the instance. The goal is to pack the knapsack as full as possible. In this work, we introduce the option of reserving items for the cost of a fixed fraction α\alpha of their size. An algorithm may pay this fraction in order to postpone its decision on whether to include or reject these items until after the last item of the instance was presented. While the classical online simple knapsack problem does not admit any constantly bounded competitive ratio in the deterministic setting, we find that adding the possibility of reservation makes the problem constantly competitive. We give tight bounds for the whole range of α\alpha from 00 to 11.

Keywords

Cite

@article{arxiv.2009.14043,
  title  = {Online Simple Knapsack with Reservation Costs},
  author = {Hans-Joachim Boeckenhauer and Elisabet Burjons and Fabian Frei and Juraj Hromkovic and Henri Lotze and Peter Rossmanith},
  journal= {arXiv preprint arXiv:2009.14043},
  year   = {2022}
}

Comments

Third version, closed remaining gaps

R2 v1 2026-06-23T18:52:50.124Z