Is there a lower bound on the running time for solving 3-SAT if P = NP. For instance, is it known that 3-SAT can't be solved in linear time? What about quadratic?
Asked By : dspyz
Answered By : vzn
These are some of the best time and space bounds known. In this area the research has gone to the direction of giving bounds in both time and space. My understanding is that superlinear time bounds without a space constraint are not known.
Time-Space Lower Bounds for Satisfiability Lance Fortnow, Richard Lipton, Dieter van Melkebeek
We establish the first polynomial time-space lower bounds for satisfiability on general models of computation. We show that for any constant $c$ less than the golden ratio there exists a positive constant $d$ such that no deterministic random-access Turing machine can solve satisfiability in time $n^c$ and space $n^d$, where $d$ approaches 1 when $c$ does.
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/19756
0 comments:
Post a Comment
Let us know your responses and feedback