# On the Approximability of Presidential Type Predicates

**Authors:** Neng Huang, Aaron Potechin

arXiv: 1907.04451 · 2020-04-28

## TL;DR

This paper proves that most presidential-type predicates, a class of balanced linear threshold functions, are approximable, meaning they admit algorithms that outperform random guessing on nearly satisfiable instances.

## Contribution

The paper establishes the approximability of almost all presidential-type predicates and introduces a novel rounding scheme based on biases and pairwise biases.

## Key findings

- Most presidential-type predicates are approximable.
- A new rounding scheme using biases and pairwise biases is developed.
- Evidence suggests pairwise biases are essential for the rounding scheme.

## Abstract

Given a predicate $P: \{-1, 1\}^k \to \{-1, 1\}$, let $CSP(P)$ be the set of constraint satisfaction problems whose constraints are of the form $P$. We say that $P$ is approximable if given a nearly satisfiable instance of $CSP(P)$, there exists a probabilistic polynomial time algorithm that does better than a random assignment. Otherwise, we say that $P$ is approximation resistant.   In this paper, we analyze presidential type predicates, which are balanced linear threshold functions where all of the variables except the first variable (the president) have the same weight. We show that almost all presidential-type predicates $P$ are approximable. More precisely, we prove the following result: for any $\delta_0 > 0$, there exists a $k_0$ such that if $k \geq k_0$, $\delta \in (\delta_0,1 - 2/k]$, and ${\delta}k + k - 1$ is an odd integer then the presidential type predicate $P(x) = sign({\delta}k{x_1} + \sum_{i=2}^{k}{x_i})$ is approximable. To prove this, we construct a rounding scheme that makes use of biases and pairwise biases. We also give evidence that using pairwise biases is necessary for such rounding schemes.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04451/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1907.04451/full.md

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