Computers and Intractability

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Computers and Intractability: A Guide to the Theory of NP-Completeness
Garey, Johnson, Intractability, cover.jpg
Author Michael R. Garey and David S. Johnson
Country United States
Language English
Series A Series of Books in the Mathematical Sciences
Subject Computer science
Genre Textbook
Publisher W. H. Freeman and Company
Publication date
1979
Media type Print
Pages x+338
ISBN 0-7167-1045-5
OCLC 247570676
519.4
LC Class QA76.6 .G35

In computer science, more specifically computational complexity theory, Computers and Intractability: A Guide to the Theory of NP-Completeness is an influential textbook by Michael Garey and David S. Johnson.[1] It was the first book exclusively on the theory of NP-completeness and computational intractability.[2] The book features an appendix providing a thorough compendium of NP-complete problems (which was updated in later printings of the book). The book is now outdated in some respects as it does not cover more recent development such as the PCP theorem. It is nevertheless still in print and is regarded as a classic: in a 2006 study, the CiteSeer search engine listed the book as the most cited reference in computer science literature.[3]

Open problems

Another appendix of the book featured problems for which it was not known whether they were NP-complete or in P (or neither). The problems (with their original names) are:

  1. Graph isomorphism
  2. Subgraph homeomorphism (for a fixed graph H)
  3. Graph genus
  4. Chordal graph completion
  5. Chromatic index[4]
  6. Spanning tree parity problem[5]
  7. Partial order dimension
  8. Precedence constrained 3-processor scheduling
  9. Linear programming
  10. Total unimodularity[6]
  11. Composite number
    Testing for compositeness is known to be in P, but the complexity of the closely related integer factorization problem remains open.
  12. Minimum length triangulation[7]

As of 2015, only problem 1 has yet to be classified. Problem 12 is known to be NP-hard, but it is unknown if it is in NP.

Reception

Soon after it appeared, the book received positive reviews by reputed researchers in the area of theoretical computer science.

In his review, Ronald V. Book recommends the book to "anyone who wishes to learn about the subject of NP-completeness", and he explicitly mentions the "extremely useful" appendix with over 300 NP-hard computational problems. He concludes: "Computer science needs more books like this one."[8]

Harry R. Lewis praises the mathematical prose of the authors: "Garey and Johnson's book is a thorough, clear, and practical exposition of NP-completeness. In many respects it is hard to imagine a better treatment of the subject." Also, he considers the appendix as "unique" and "as a starting point in attempts to show new problems to be NP-complete".[9]

Twenty-three years after the book appeared, Lance Fortnow, editor-in-chief of the scientific journal Transactions on Computational Theory, states: "I consider Garey and Johnson the single most important book on my office bookshelf. Every computer scientist should have this book on their shelves as well. [...] Garey and Johnson has the best introduction to computational complexity I have ever seen." [10]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. NP-complete: Lua error in package.lua at line 80: module 'strict' not found.
  5. In P: Lua error in package.lua at line 80: module 'strict' not found.
  6. In P: Lua error in package.lua at line 80: module 'strict' not found.
  7. Is NP-hard: Lua error in package.lua at line 80: module 'strict' not found.
  8. Ronald V. Book. Review: Computers and intractability: A guide to the theory of NP-completeness Bull. Amer. Math. Soc. (N.S.), 3(2), pp. 898–904, 1980
  9. Harry R. Lewis, Review: Computers and intractability: A guide to the theory of NP-completeness, The Journal of Symbolic Logic, Vol. 48(2), pp. 498–500, 1983
  10. Lance Fortnow, Great Books: Computers and Intractability: A Guide to the Theory of NP-Completeness by Michael R. Garey and David S. Johnson. Computational complexity blog, August 30, 2002.


<templatestyles src="Asbox/styles.css"></templatestyles>