Commit e5708327 authored by Martin Jonáš's avatar Martin Jonáš
Browse files

Reference complexity

parent dc84792d
......@@ -855,6 +855,7 @@ reduces to finding values $a$ and $b$.
\section{Computational complexity of bit-vector logics}
\label{sec:complexity}
The propositional satisfiability problem is well known from the
computational complexity perspective, as it is the first problem that
was shown to be \NP-complete. The complexity of the satisfiability
......
......@@ -66,11 +66,11 @@ hybrid approach and its evaluation on the representative set of
benchmark is expected.
\subsection{Complexity of BV2}
As was explained in section ???, the precise complexity of quantified
bit-vector formulas with binary-encoded bit-widths and without
uninterpreted functions is not known. It is known to be in \EXPSPACE
and to be \NEXPTIME-hard. However, a class for which the problem is
complete is not known.
As was explained in section \ref{sec:complexity}, the precise
complexity of quantified bit-vector formulas with binary-encoded
bit-widths and without uninterpreted functions is not known. It is
known to be in \EXPSPACE and to be \NEXPTIME-hard. However, a class
for which the problem is complete is not known.
Acording to our investigation, it is probably complete for neither of
those complexity classes. We are working on a proof which shows that
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment