Simple SAT solver implementation using python. It also includes a BNF to CNF converter
-
Updated
Aug 21, 2022 - Python
Simple SAT solver implementation using python. It also includes a BNF to CNF converter
Implementation of CDCL SAT solver in Python
NYU Artificial Intelligence Course Lab 2: A BNF to CNF converter and generic DPLL solver
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…
A Python Implementation of the DPLL Algorithm Inspired by MiniSAT
Add a description, image, and links to the dpll-solver topic page so that developers can more easily learn about it.
To associate your repository with the dpll-solver topic, visit your repo's landing page and select "manage topics."