# Biased random k-SAT

**Authors:** Joel Larsson, Klas Markstr\"om

arXiv: 1906.05127 · 2019-06-13

## TL;DR

This paper investigates how introducing a bias towards positive literals in random k-SAT affects the satisfiability threshold, providing asymptotic results as the bias approaches 0 or 1/2, confirming earlier heuristic predictions.

## Contribution

It analyzes the impact of variable occurrence bias on the satisfiability threshold in random k-SAT, deriving asymptotics for extreme bias values and validating previous heuristic predictions.

## Key findings

- Asymptotic threshold behavior as bias approaches 0
- Asymptotic threshold behavior as bias approaches 1/2
- Confirmation of earlier heuristic predictions

## Abstract

The basic random $k$-SAT problem is: Given a set of $n$ Boolean variables, and $m$ clauses of size $k$ picked uniformly at random from the set of all such clauses on our variables, is the conjunction of these clauses satisfiable?   Here we consider a variation of this problem where there is a bias towards variables occurring positive -- i.e. variables occur negated w.p. $0<p< \frac{1}{2}$ and positive otherwise -- and study how the satisfiability threshold depends on $p$. For $p<\frac{1}{2}$ this model breaks many of the symmetries of the original random $k$-SAT problem, e.g. the distribution of satisfying assignments in the Boolean cube is no longer uniform.   For any fixed $k$, we find the asymptotics of the threshold as $p$ approaches $0$ or $\frac{1}{2}$. The former confirms earlier predictions based on numerical studies and heuristic methods from statistical physics.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.05127/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1906.05127/full.md

---
Source: https://tomesphere.com/paper/1906.05127