The P=?NP Poll (2002) [pdf]
cs.umd.edu
The P=?NP Poll (2002) [pdf]
1–10 of 87 posts
Re: The P=?NP Poll (2002) [pdf]
#2Re: The P=?NP Poll (2002) [pdf]
#3[2002]
Re: The P=?NP Poll (2002) [pdf]
#4I believe that the traditional proof techniques will not suffice. Something entirely novel will be required.
My hunch is that the problem will be solved by a young researcher who is not encumbered by too much conventional wisdom about how to attack the problem.
Re: The P=?NP Poll (2002) [pdf]
#5Re: The P=?NP Poll (2002) [pdf]
#6Richard Karp: (Berkeley, unsure, P!=NP) My intuitive belief is that P is unequal to NP, but the only supporting arguments I can offer are the failure of all efforts to place specific NP-complete problems in P by constructing polynomial-time algorithms. I believe that the traditional proof techniques will not suffice. Something entirely novel will be required. My hunch is that the problem will be solved by a young res…
Actually, there has been tremendous incremental progress in inventing better and better algorithms for NP Complete problems. As a result, these problems are more deeply understood now. I think that the gap to poly time is closing fast.
Contrast that with the almost complete absence of progress in proving P != NP.
Also, from a practical viewpoint, many NP Complete problems of industrial size are now solved routinely.
Re: The P=?NP Poll (2002) [pdf]
#7Richard Karp: (Berkeley, unsure, P!=NP) My intuitive belief is that P is unequal to NP, but the only supporting arguments I can offer are the failure of all efforts to place specific NP-complete problems in P by constructing polynomial-time algorithms. I believe that the traditional proof techniques will not suffice. Something entirely novel will be required. My hunch is that the problem will be solved by a young res…
Re: The P=?NP Poll (2002) [pdf]
#8Re: The P=?NP Poll (2002) [pdf]
#9Knuth's perspective on this topic is quite interesting, bordering on the infuriatingly frustrating: he seems to be of the opinion that p=np, but any proof we find for that will be non-constructive and the actual algorithm will evade us. http://www.informit.com/articles/article.aspx?p=2213858
Re: The P=?NP Poll (2002) [pdf]
#10Richard Karp: (Berkeley, unsure, P!=NP) My intuitive belief is that P is unequal to NP, but the only supporting arguments I can offer are the failure of all efforts to place specific NP-complete problems in P by constructing polynomial-time algorithms. I believe that the traditional proof techniques will not suffice. Something entirely novel will be required. My hunch is that the problem will be solved by a young res…
>> My intuitive belief is that P is unequal to NP, but the only supporting arguments I can offer are the failure of all efforts to place specific NP-complete problems in P by constructing polynomial-time algorithms. Actually, there has been tremendous incremental progress in inventing better and better algorithms for NP Complete problems. As a result, these problems are more deeply understood now. I think that the ga…
Seriously, if you're interested in this approach ("well, in practice we can solve the problem if [insert thing here] is bounded"), check out the field of parameterized complexity. It's very popular in the database area. It also reveals some very sharp limits to tractability for these problems in practice, not just in theory.