Advice for Online Knapsack With Removable Items

In the proportional knapsack problem, we are given a knapsack of some capacity and a set of variably sized items. The goal is to pack some of these items such that they fill the knapsack as much as possible without ever exceeding the capacity. The online version of this problem reveals the items and their sizes not all at once but one by one. For each item, the algorithm has to decide immediately whether to pack it or not. We consider a natural variant of this online knapsack problem, which has been coined removable knapsack and we denote by RemKnap. It differs from the classical variant by allowing the removal of any packed item from the knapsack. Repacking is impossible, however: Once an item is removed, it is gone for good. We analyze the advice complexity of this problem. It measures how many advice bits an omniscient oracle needs to provide for an online algorithm to reach any given competitive ratio, which is–understood in its strict sense–just the algorithm's approximation factor. The online knapsack problem without removability is known for its peculiar advice behavior involving three jumps in competitivity. We show that the advice complexity of RemKnap is quite different but just as interesting. The competitivity starts from the golden ratio when no advice is given. It then drops down in small increments to (1 + epsilon) for a constant amount of advice already, which requires logarithmic advice in the classical version. Removability comes as no relief to the perfectionist, however: Optimality still requires one full advice bit for every single item in the instance as before. These results are particularly noteworthy from a structural viewpoint for the exceptionally slow transition from near-optimality to optimality; such a steep jump up from constant to full linear advice for just an infinitesimally small improvement is unique among the online problems examined so far.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/22/2019

Online Knapsack Problems with a Resource Buffer

In this paper, we introduce online knapsack problems with a resource buf...
research
07/20/2019

A Competitive Analysis of Online Knapsack Problems with Unit Density

We study an online knapsack problem where the items arrive sequentially ...
research
06/10/2020

An Asymptotically Optimal Algorithm for Online Stacking

Consider a storage area where arriving items are stored temporarily in b...
research
01/19/2020

Predict and Match: Prophet Inequalities with Uncertain Supply

We consider the problem of selling perishable items to a stream of buyer...
research
09/29/2020

Online Simple Knapsack with Reservation Costs

In the Online Simple Knapsack Problem we are given a knapsack of unit si...
research
12/01/2020

New Results for the k-Secretary Problem

Suppose that n items arrive online in random order and the goal is to se...
research
01/15/2018

Vehicle Routing with Subtours

When delivering items to a set of destinations, one can save time and co...

Please sign up or login with your details

Forgot password? Click here to reset