A simple theorem prover made for a university programming assignment
-
Updated
Jul 28, 2017 - Java
A simple theorem prover made for a university programming assignment
Yet Another Sat solvER
Propositional theorem prover - resolution with pure literal elimination and subsumption elimination, implemented in ISO Prolog. Educational software.
Performs normal form conversions of propositional formulas through the use of syntax trees, and provides 3 sat-solver algorithms with verifiable step-by-step output.
This repository for implementations of Artificial intelligence algorithms
In this bachelor thesis, I developed a toolkit for automated reasoning and interpolation with ordered resolution.
A Propositional Logic Interpreter written in Node.js
A Python library providing basic functionalities for manipulating propositional logic
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.
A propositional logic prover implemented using resolution refutation.
A logical solver based on resolution by refutation. It determines whether a set of clauses, expressed in simplified conjunctive normal form (CNF), is satisfiable or not. In addition to be able to simplify a formula expressed in propositional language into CNF.
Add a description, image, and links to the propositional-resolution topic page so that developers can more easily learn about it.
To associate your repository with the propositional-resolution topic, visit your repo's landing page and select "manage topics."