Satisfiability - HiIAmTzeKean/SC3000-Artificial-Intelligence GitHub Wiki
tags:
- 🌱
- AI
- ComputerScience date: 10--Mar--2023
If it is true in some model.
- Enumerate all models till one model is found
- Known as the SAT problem
Relation to Validity
alpha is valid iff not alpha is unsatisfiable. Contrapositively, alpha is satisfiable iff not alpha is not valid.
Refer to Contrapositive diagram for visualisation
Links: