# Phase Transitions of the Typical Algorithmic Complexity of the Random   Satisfiability Problem Studied with Linear Programming

**Authors:** Hendrik Schawe, Roman Bleim, Alexander K. Hartmann

arXiv: 1702.02821 · 2019-07-11

## TL;DR

This paper investigates phase transitions in the complexity of solving random K-SAT problems using linear programming, revealing multiple easy-hard transitions not directly linked to structural graph properties.

## Contribution

It introduces a linear programming approach to analyze phase transitions in random K-SAT and MAX-SAT, highlighting complex behaviors beyond structural graph correlations.

## Key findings

- Identified multiple easy-hard transitions in polynomial-time solvability.
- Observed that structural graph properties do not fully explain the easy-hard transitions.
- Compared the behavior of K-SAT with vertex-cover problem, showing more complex dynamics.

## Abstract

Here we study the NP-complete $K$-SAT problem. Although the worst-case complexity of NP-complete problems is conjectured to be exponential, there exist parametrized random ensembles of problems where solutions can typically be found in polynomial time for suitable ranges of the parameter. In fact, random $K$-SAT, with $\alpha=M/N $ as control parameter, can be solved quickly for small enough values of $\alpha$. It shows a phase transition between a satisfiable phase and an unsatisfiable phase. For branch and bound algorithms, which operate in the space of feasible Boolean configurations, the empirically hardest problems are located only close to this phase transition. Here we study $K$-SAT ($K=3,4$) and the related optimization problem MAX-SAT by a linear programming approach, which is widely used for practical problems and allows for polynomial run time. In contrast to branch and bound it operates outside the space of feasible configurations. On the other hand, finding a solution within polynomial time is not guaranteed. We investigated several variants like including artificial objective functions, so called cutting-plane approaches, and a mapping to the NP-complete vertex-cover problem. We observed several easy-hard transitions, from where the problems are typically solvable (in polynomial time) using the given algorithms, respectively, to where they are not solvable in polynomial time. For the related vertex-cover problem on random graphs these easy-hard transitions can be identified with structural properties of the graphs, like percolation transitions. For the present random $K$-SAT problem we have investigated numerous structural properties also exhibiting clear transitions, but they appear not be correlated to the here observed easy-hard transitions. This renders the behaviour of random $K$-SAT more complex than, e.g., the vertex-cover problem.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1702.02821/full.md

## References

54 references — full list in the complete paper: https://tomesphere.com/paper/1702.02821/full.md

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