Satisfiability to Coverage in Presence of Fairness, Matroid, and Global Constraints

March 12, 2024 Β· Declared Dead Β· πŸ› International Colloquium on Automata, Languages and Programming

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Tanmay Inamdar, Pallavi Jain, Daniel Lokshtanov, Abhishek Sahu, Saket Saurabh, Anannya Upasana arXiv ID 2403.07328 Category cs.DS: Data Structures & Algorithms Citations 6 Venue International Colloquium on Automata, Languages and Programming Last Checked 4 months ago
Abstract
In MaxSAT with Cardinality Constraint problem (CC-MaxSAT), we are given a CNF-formula $Ξ¦$, and $k \ge 0$, and the goal is to find an assignment $Ξ²$ with at most $k$ variables set to true (also called a weight $k$-assignment) such that the number of clauses satisfied by $Ξ²$ is maximized. MaxCov can be seen as a special case of CC-MaxSAT, where the formula $Ξ¦$ is monotone, i.e., does not contain any negative literals. CC-MaxSAT and MaxCov are extremely well-studied problems in the approximation algorithms as well as parameterized complexity literature. Our first contribution is that the two problems are equivalent to each other in the context of FPT-Approximation parameterized by $k$ (approximation is in terms of number of clauses satisfied/elements covered). We give a randomized reduction from CC-MaxSAT to MaxCov in time $O(1/Ξ΅)^{k} \cdot (m+n)^{O(1)}$ that preserves the approximation guarantee up to a factor of $1-Ξ΅$. Furthermore, this reduction also works in the presence of fairness and matroid constraints. Armed with this reduction, we focus on designing FPT-Approximation schemes (FPT-ASes) for MaxCov and its generalizations. Our algorithms are based on a novel combination of a variety of ideas, including a carefully designed probability distribution that exploits sparse coverage functions. These algorithms substantially generalize the results in Jain et al. [SODA 2023] for CC-MaxSAT and MaxCov for $K_{d,d}$-free set systems (i.e., no $d$ sets share $d$ elements), as well as a recent FPT-AS for Matroid-Constrained MaxCov by Sellier [ESA 2023] for frequency-$d$ set systems.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted