Lukas' Notes

Home

❯

Knowledge

❯

Satisfiability Problem

Satisfiability Problem

Jun 27, 20251 min read

algorithms

Definition

Satisfiability Problem

The SAT problem is a decision problem that, for a given Boolean function Φ(x), checks whether there exists a variable assignment x0​ of true and false values such that Φ(x0​).


Graph View

Backlinks

  • 3-Satisfiability Problem
  • Exact Cover Problem
  • Maximum Satisfiability Problem
  • NP-hard Problem

Created with Quartz v4.4.0 © 2025

  • GitHub