Papers
Topics
Authors
Recent
Search
2000 character limit reached

Solving Random Planted CSPs below the nk/2n^{k/2} Threshold

Published 14 Jul 2025 in cs.DS | (2507.10833v1)

Abstract: We present a family of algorithms to solve random planted instances of any kk-ary Boolean constraint satisfaction problem (CSP). A randomly planted instance of a Boolean CSP is generated by (1) choosing an arbitrary planted assignment x<sup>x<sup>*, and then (2) sampling constraints from a particular "planting distribution" designed so that x<sup>x<sup>* will satisfy every constraint. Given an nn variable instance of a kk-ary Boolean CSP with mm constraints, our algorithm runs in time n<sup>O()n<sup>{O(\ell)} for a choice of a parameter \ell, and succeeds in outputting a satisfying assignment if mO(n)(n/)<sup>k2</sup>1lognm \geq O(n) \cdot (n/\ell)<sup>{\frac{k}{2}</sup> - 1} \log n. This generalizes the poly(n)\mathrm{poly}(n)-time algorithm of [FPV15], the case of =O(1)\ell = O(1), to larger runtimes, and matches the constraint number vs.\ runtime trade-off established for refuting random CSPs by [RRS17]. Our algorithm is conceptually different from the recent algorithm of [GHKM23], which gave a poly(n)\mathrm{poly}(n)-time algorithm to solve semirandom CSPs with mO~(n<sup>k2)m \geq \tilde{O}(n<sup>{\frac{k}{2}}) constraints by exploiting conditions that allow a basic SDP to recover the planted assignment x<sup>x<sup>* exactly. Instead, we forego certificates of uniqueness and recover x<sup>x<sup>* in two steps: we first use a degree-O()O(\ell) Sum-of-Squares SDP to find some x^\hat{x} that is o(1)o(1)-close to x<sup>x<sup>*, and then we use a second rounding procedure to recover x<sup>x<sup>* from x^\hat{x}.

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.