Touching upon Search, Propositional Logic, RL, NLP
-
Updated
Apr 27, 2019 - Python
Touching upon Search, Propositional Logic, RL, NLP
DPLL(T)-based Verification tool for DNNs
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…
Implement a SAT solver to find a satisfying assignment for any given CNF sentences, You are also asked to implement the WalkSAT algorithm ( AIMA Figure 7.18 ) to search for a solution for an instance of wedding. Suppose you have a wedding to plan, and want to arrange the wedding seating for a certain number of guests in a hall. The hall has a ce…
An implementation of the DPLL algorithm for solving SAT problems
A python implementation of the DPLL algorithm
Python Implemetation of DPLL algorithm to solve Boolean Satisfiability problem
Add a description, image, and links to the dpll topic page so that developers can more easily learn about it.
To associate your repository with the dpll topic, visit your repo's landing page and select "manage topics."