English

Approximate Monotone Local Search for Weighted Problems

Data Structures and Algorithms 2023-08-30 v1

Abstract

In a recent work, Esmer et al. describe a simple method - Approximate Monotone Local Search - to obtain exponential approximation algorithms from existing parameterized exact algorithms, polynomial-time approximation algorithms and, more generally, parameterized approximation algorithms. In this work, we generalize those results to the weighted setting. More formally, we consider monotone subset minimization problems over a weighted universe of size nn (e.g., Vertex Cover, dd-Hitting Set and Feedback Vertex Set). We consider a model where the algorithm is only given access to a subroutine that finds a solution of weight at most αW\alpha \cdot W (and of arbitrary cardinality) in time cknO(1)c^k \cdot n^{O(1)} where WW is the minimum weight of a solution of cardinality at most kk. In the unweighted setting, Esmer et al. determine the smallest value dd for which a β\beta-approximation algorithm running in time dnnO(1)d^n \cdot n^{O(1)} can be obtained in this model. We show that the same dependencies also hold in a weighted setting in this model: for every fixed ε>0\varepsilon>0 we obtain a β\beta-approximation algorithm running in time O((d+ε)n)O\left((d+\varepsilon)^{n}\right), for the same dd as in the unweighted setting. Similarly, we also extend a β\beta-approximate brute-force search (in a model which only provides access to a membership oracle) to the weighted setting. Using existing approximation algorithms and exact parameterized algorithms for weighted problems, we obtain the first exponential-time β\beta-approximation algorithms that are better than brute force for a variety of problems including Weighted Vertex Cover, Weighted dd-Hitting Set, Weighted Feedback Vertex Set and Weighted Multicut.

Keywords

Cite

@article{arxiv.2308.15306,
  title  = {Approximate Monotone Local Search for Weighted Problems},
  author = {Baris Can Esmer and Ariel Kulik and Daniel Marx and Daniel Neuen and Roohani Sharma},
  journal= {arXiv preprint arXiv:2308.15306},
  year   = {2023}
}
R2 v1 2026-06-28T12:07:22.440Z