Hardness of SetCover Reoptimization
By: Klaus Jansen, Tobias Mömke, Björn Schumacher
We study hardness of reoptimization of the fundamental and hard to approximate SetCover problem. Reoptimization considers an instance together with a solution and a modified instance where the goal is to approximate the modified instance while utilizing the information gained by solution to the related instance. We study four different types of reoptimization for (weighted) SetCover: adding a set, removing a set, adding an element to the universe, and removing an element from the universe. A few of these cases are known to be easier to approximate than the classic SetCover problem. We show that all the other cases are essentially as hard to approximate as SetCover. The reoptimization problem of adding and removing an element in the unweighted case is known to admit a PTAS. For these settings we show that there is no EPTAS under common hardness assumptions via a novel combination of the classic way to show that a reoptimization problem is NP-hard and the relation between EPTAS and FPT.
Similar Papers
A Learning Perspective on Random-Order Covering Problems
Data Structures and Algorithms
Helps computers solve problems faster by learning.
Fully Dynamic Set Cover: Worst-Case Recourse and Update Time
Data Structures and Algorithms
Helps computers solve changing problems faster.
Dynamic Set Cover with Worst-Case Recourse
Data Structures and Algorithms
Finds cheaper ways to cover all items.