Skip to content

This program calculates the DPLL Algorithm for you. It is basically a SAT Solver for CNF's. There are three main reasons why I made this program. firstly I wanted to better learn python, secondly I would learn the DPLL algorithm better and thirdly and most importantly I can use it in the exam to gain some time. But I would never do something lik…

Notifications You must be signed in to change notification settings

armanhbi/DPLLAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DPLLAlgorithm

This program calculates the DPLL Algorithm for you. It is basically a SAT Solver for CNF's.

There are three main reasons why I made this program. First and second reason are that I wanted to better my skills with python and the DPLL algorithm in general. And third and most important reason is that I can use it in my discrete structures exam to gain some time advantage. But I would never do something like this of course! Have fun with this small project!

Time: ~2-3h

About

This program calculates the DPLL Algorithm for you. It is basically a SAT Solver for CNF's. There are three main reasons why I made this program. firstly I wanted to better learn python, secondly I would learn the DPLL algorithm better and thirdly and most importantly I can use it in the exam to gain some time. But I would never do something lik…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages