Unsolved Problems

Showing 1-24 of 24 problems

MPP-001
Open

P versus NP Problem

Does $P = NP$? More formally: if the solution to a problem can be quickly verified (in polynomial time), can the solution also be quickly found (in po...

L5
Computer Science
CS-001
Open

The Unique Games Conjecture

For certain constraint satisfaction problems (unique games), it is NP-hard to approximate the maximum fraction of satisfiable constraints beyond a cer...

L4
Computer Science
CS-002
Open

The Polynomial Hirsch Conjecture

The diameter of the graph of a $d$-dimensional polytope with $n$ facets is bounded by a polynomial in $d$ and $n$....

L3
Computer Science
SMA-004
Open

Smale's 4th Problem: Integer Zeros of Polynomials

Find efficient algorithms for deciding whether a polynomial with integer coefficients has an integer root....

L4
Computer Science
SMA-009
Open

Smale's 9th Problem: Linear Programming in Polynomial Time

Find a strongly polynomial algorithm for linear programming....

L4
Computer Science
DARPA-008
Open

Beyond Convex Optimization

Determine whether algebraic geometry can systematically replace linear algebra in optimization....

L4
Computer Science
DARPA-012
Open

Mathematics of Quantum Computing

Develop the mathematics required to control the quantum world for computation....

L5
Computer Science
DARPA-013
Open

Game Theory at Scale

Create scalable mathematics for differential games, replacing traditional PDE approaches....

L4
Computer Science
DARPA-020
Open

Computation at Scale

Develop asymptotics for systems with massive degrees of freedom....

L4
Computer Science
DARPA-006
Open

Computational Duality

Use mathematical duality and geometry as foundations for developing novel computational algorithms....

L4
Computer Science
DARPA-007
Open

Occam's Razor in Many Dimensions

Find lower bounds for sensing complexity as data collection grows, addressing entropy maximization....

L4
Computer Science
OPG-36887
Open

Sums of independent random variables with unbounded variance

Conjecture If $X_1, \dotsc, X_n \geq 0$ are independent random variables with $\mathbb{E}[X_i] \leq \mu$, then $$\mathrm{Pr} \left( \sum X_i - \mathbb...

L1
Computer Science
OPG-661
Open

P vs. NP

Problem Is P = NP?...

L3
Computer Science
OPG-36311
Open

Exponential Algorithms for Knapsack

Conjecture The famous 0-1 Knapsack problem is: Given $a_{1},a_{2},\dots,a_{n}$ and $b$ integers, determine whether or not there are $0-1$ values $x_{...

L1
Computer Science
OPG-445
Open

The robustness of the tensor product

Problem Given two codes $R,C$, their Tensor Product $R \otimes C$ is the code that consists of the matrices whose rows are codewords of $R$ and whose ...

L2
Computer Science
OPG-163
Open

Subset-sums equality (pigeonhole version)

Problem Let $a_1,a_2,\ldots,a_n$ be natural numbers with $\sum_{i=1}^n a_i < 2^n - 1$. It follows from the pigeon-hole principle that there exist dist...

L2
Computer Science
OPG-467
Open

Complexity of square-root sum

Question What is the complexity of the following problem? Given $a_1,\dots,a_n; k$, determine whether or not $\sum_i \sqrt{a_i} \leq k.$...

L1
Computer Science
OPG-474
Open

Linear-size circuits for stable $0,1 < 2$ sorting?

Problem Can $O(n)$-size circuits compute the function $f$ on $\{0,1,2\}^*$ defined inductively by $f(\lambda) = \lambda$, $f(0x) = 0f(x)$, $f(1x) = 1f...

L1
Computer Science
OPG-2150
Open

Discrete Logarithm Problem

If $p$ is prime and $g,h \in {\mathbb Z}_p^*$, we write $\log_g(h) = n$ if $n \in {\mathbb Z}$ satisfies $g^n = h$. The problem of finding such an int...

L2
Computer Science
OPG-36892
Open

P vs. PSPACE

Problem Is there a problem that can be computed by a Turing machine in polynomial space and unbounded time but not in polynomial time? More formally, ...

L3
Computer Science
OPG-59968
Open

One-way functions exist

Conjecture One-way functions exist....

L3
Computer Science
OPG-454
Open

Unconditional derandomization of Arthur-Merlin games

Problem Prove unconditionally that $\mathcal{AM}$ $\subseteq$ $\Sigma_2$....

L2
Computer Science
OPG-51618
Open

P vs. BPP

Conjecture Can all problems that can be computed by a probabilistic Turing machine (with error probability < 1/3) in polynomial time be solved by a de...

L2
Computer Science
OPG-36884
Open

Refuting random 3SAT-instances on $O(n)$ clauses (weak form)

Conjecture For every rational $\epsilon > 0$ and every rational $\Delta$, there is no polynomial-time algorithm for the following problem. Given is a...

L2
Computer Science