Command-line propositional logic theorem prover using resolution refutation over CNF clauses.
-
Updated
May 19, 2026 - Python
Command-line propositional logic theorem prover using resolution refutation over CNF clauses.
Logic for Computer Science course projects
resolution refutation algorithm for propositional logic in python
USC 2021 Spring CSCI 561 Artificial Intelligence Score: A-
resolution refutation is method of finding whether the given antecedent implies the consequent or not, it could also be used to check validity of the expressions.
Add a description, image, and links to the resolution-refutation topic page so that developers can more easily learn about it.
To associate your repository with the resolution-refutation topic, visit your repo's landing page and select "manage topics."