Boolean satisfiability problem
The decision problem of determining whether a Boolean formula has an assignment of truth values that makes it true. It is the canonical NP-complete problem.
Linked from 16 pages
NP-completenessBroader topic: Its NP-completeness is the starting point for many hardness proofs.
NegationRelated: Negated variables and clauses shape the formulas tested for satisfiability.
SatisfiabilityBroader topic: SAT is the computational form of propositional satisfiability.
NP-hardnessBroader topic: Its NP-completeness makes it a common source problem in hardness proofs.