Performance of algorithms minimizing violated clauses in random k-XORSAT

Investigate the performance of greedy, message-passing, and local-search algorithms that seek assignments minimizing the number of violated clauses in random k-XORSAT, including in the regime above the satisfiability threshold.

Background

The paper focuses on algorithms that find satisfying assignments, especially Belief Propagation Guided Decimation, in the satisfiable regime. It concludes by pointing to a different unresolved direction: analyzing algorithms that optimize the number of violated clauses rather than necessarily finding a fully satisfying assignment.

This optimization question is relevant even when the clause density exceeds the random k-XORSAT satisfiability threshold, where satisfying assignments typically do not exist. The authors mention greedy, message-passing, and local-search methods and identify a heuristic dynamical-cavity analysis as an initial step, but do not resolve the broader algorithmic-performance question.

References

Finally, returning to random $k$-XORSAT, a question for future work may be to investigate the performance of various types of algorithms such as greedy, message passing or local search that aim to find an assignment that violates the least possible number of clauses.

Belief Propagation Guided Decimation on Random k-XORSAT  (2501.17657 - Chatterjee et al., 29 Jan 2025) in Section 2.6, Discussion