Close
Close Window

Senior Algorithms

Chapter 6 Limits to Computing

Show Source |    | About   «  6.7. 3-CNF Satisfiability   ::   Contents   ::   6.9. The Clique Problem  »

6.8. Reduction of SAT to 3-SAT

6.8.1. Reduction of SAT to 3-SAT

The following slideshow shows that any general instance of the Formula Satisfiability (SAT) problem can be reduced to an instance of 3 CNF Satisfiability (3-SAT) problem in polynomial time.

1 / 51 Settings
<<<>>>


Reduction of SAT to 3-SAT

This slideshow shows how to convert (reduce) a general instance of the Formula Satisfiability problem to a version with exactly 3 literals in every clause (so as to be a valid input to the 3-CNF Satisfiability problem) in polynomial time
Proficient Saving... Error Saving
Server Error
Resubmit

This reduction can help in providing an NP Completeness proof for 3-SAT.

   «  6.7. 3-CNF Satisfiability   ::   Contents   ::   6.9. The Clique Problem  »

Close Window