Flow-augmentation III: Complexity dichotomy for Boolean CSPs parameterized by the number of unsatisfied constraints
Abstract
We study the parameterized problem of satisfying ``almost all'' constraints of a given formula over a fixed, finite Boolean constraint language , with or without weights. More precisely, for each finite Boolean constraint language , we consider the following two problems. In Min SAT, the input is a formula over and an integer , and the task is to find an assignment that satisfies all but at most constraints of , or determine that no such assignment exists. In Weighted Min SAT), the input additionally contains a weight function and an integer , and the task is to find an assignment such that (1) satisfies all but at most constraints of , and (2) the total weight of the violated constraints is at most . We give a complete dichotomy for the fixed-parameter tractability of these problems: We show that for every Boolean constraint language , either Weighted Min SAT is FPT; or Weighted Min SAT is W[1]-hard but Min SAT is FPT; or Min SAT is W[1]-hard. This generalizes recent work of Kim et al. (SODA 2021) which did not consider weighted problems, and only considered languages that cannot express implications (as is used to, e.g., model digraph cut problems). Our result generalizes and subsumes multiple previous results, including the FPT algorithms for Weighted Almost 2-SAT, weighted and unweighted -Chain SAT, and Coupled Min-Cut, as well as weighted and directed versions of the latter. The main tool used in our algorithms is the recently developed method of directed flow-augmentation (Kim et al., STOC 2022).
Cite
@article{arxiv.2207.07422,
title = {Flow-augmentation III: Complexity dichotomy for Boolean CSPs parameterized by the number of unsatisfied constraints},
author = {Eun Jung Kim and Stefan Kratsch and Marcin Pilipczuk and Magnus Wahlström},
journal= {arXiv preprint arXiv:2207.07422},
year = {2025}
}
Comments
v2. Major update to all three flow-augmentation papers; v3. Final version accepted to SIAM J. Comput