An open API service indexing awesome lists of open source software.

https://github.com/benhuds/wangs-algorithm

Propositional theorem prover using Wang's algorithm
https://github.com/benhuds/wangs-algorithm

prolog propositional-logic theorem-prover

Last synced: 4 months ago
JSON representation

Propositional theorem prover using Wang's algorithm

Awesome Lists containing this project

README

          

### wang.pl:
a propositional theorem prover which uses Wang's algorithm (based on the sequent calculus LK). Provides a printout of the step-by-step proof and prints out the instance of failure in case the algorithm fails.

(final project for Computational Logic and Logic Programming at Wesleyan University, Fall 2014)