-
Updated
Mar 23, 2017 - Java
resolution-proof
Here are 13 public repositories matching this topic...
Refutation Prover for FOL using First-Order Resolution
-
Updated
Nov 12, 2018 - Python
Prove or disprove the given query based on the knowledge base
-
Updated
Oct 26, 2018 - C++
Artificial Intelligence- First Order Logic and Prolog
-
Updated
Dec 5, 2023
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.
-
Updated
Oct 3, 2018 - Prolog
Резолюционный прувер для логики первого порядка
-
Updated
Dec 3, 2021 - C++
A library crate for resolving logical clauses in conjuctive normal form
-
Updated
Nov 1, 2017 - Rust
A simple automated theorem prover written in Haskell
-
Updated
Apr 24, 2024 - Haskell
Modeled the proof systems of Analytic-Tableaux, First-Order-Resolution, ROBDD etc. in Ocaml to efficiently solve the SAT problem
-
Updated
Jan 26, 2021 - OCaml
Demonstration of BDD-based SAT solver that generates checkable proofs of unsatisfiability. Details provided in paper: R. E. Bryant and M. J. H. Heule, "Generating Extended Resolution Proofs in a BDD-based SAT Solver," TACAS 2021
-
Updated
Dec 27, 2020 - Python
Decide the given statement is True or False depending on the given knowledge base, restricted to "For All" Statements. The Algorithm converts the given knowledge base into Resolution tree, and using the proof of restitution, we decide if the given statement is true or false.
-
Updated
Nov 5, 2023 - C++
Proves the Sentences (LOGIC Formulae) given in Clausal Form
-
Updated
Dec 19, 2017 - Common Lisp
Yet Another Sat solvER
-
Updated
Jan 3, 2024 - C
Improve this page
Add a description, image, and links to the resolution-proof topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the resolution-proof topic, visit your repo's landing page and select "manage topics."