GitHub / ChakshuGupta13 / propositional-logic-theorem-prover-using-resolution-refutation
Propositional Logic Theorem Prover using Resolution-Refutation takes Knowledge Base (i.e., formulae) and Query as input and implement a refutation proof (by first converting the given formulae into CNF), and report the result (1 if the query holds, and 0 otherwise). Additionally, the program have an option to print the resolution steps used in the proof.
Stars: 2
Forks: 1
Open issues: 0
License: None
Language: Python
Size: 72.3 KB
Dependencies parsed at: Pending
Created at: almost 5 years ago
Updated at: 8 months ago
Pushed at: almost 5 years ago
Last synced at: about 2 months ago
Topics: propositional-logic, propositional-logic-theorem, resolution-refutation