Skip to content

An implementation of the Devis Putnam algorithm for checking the satisfiability of a first-order logic formula. The program can also create a random k-CNF proposition composed of m clauses of exactly k literals, chosen from a list of n symbols.

License

Notifications You must be signed in to change notification settings

tommasolevato/DevisPutnamPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DevisPutnamPython

An implementation of the Devis Putnam algorithm for checking the satisfiability of a first-order logic formula. The program can also create a random k-CNF proposition composed of m clauses of exactly k literals, chosen from a list of n symbols.

Usage

Load the main.py source file in a Python shell and have fun!

About

An implementation of the Devis Putnam algorithm for checking the satisfiability of a first-order logic formula. The program can also create a random k-CNF proposition composed of m clauses of exactly k literals, chosen from a list of n symbols.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages