Chapter 9: Problem 14
Show that a problem is \(N P\) -easy if and only if it reduces to an \(N P\) -complete problem.
Chapter 9: Problem 14
Show that a problem is \(N P\) -easy if and only if it reduces to an \(N P\) -complete problem.
All the tools & learning materials you need for study success - in one app.
Get started for freeWhen all instances of the CNF-Satisfiability Problem have exactly three literals per clause, it is called the 3 -Satisfiability Problem. Knowing that the 3-Satisfiability Problem is \(N P\) -complete, show that the Graph 3 -Coloring Problem is also \(N P\) -complete.
Show that a graph problem using the number of vertices as the measure of the size of an instance is polynomially equivalent to one using the number of edges as the measure of the size of an instance.
Can you develop an approximation algorithm for the CNF-Satisfiability Problem by stating it as an optimization problem- that is, by finding a truth assignment of the literals in the expression that makes the maximum possible number of clauses true?
Is the Towers of Hanoi Problem an NP-complete problem? Is it an \(N P\) -easy problem? Is it an \(N P\) -hard problem? Is it an \(N P\) -equivalent problem? Justify your answers. This problem is presented in Exercise 17 in Chapter 2.
Show that if a problem is not in \(N P\), it is not \(N P\) -easy. Therefore, Presburger Arithmetic and the Halting Problem are not \(N P\) -easy.
What do you think about this solution?
We value your feedback to improve our textbook solutions.