dpll
There are 46 repositories under dpll topic.
msoos/cryptominisat
An advanced SAT solver
sukrutrao/SAT-Solver-DPLL
A simple SAT solver that implements the DPLL algorithm with unit resolution
Billy1900/DPLL-Algorithm
华中科技大学数据结构课程设计2018 An algorithm to solve SAT problem
Koukyosyumei/Gymbo
gradient-based symbolic execution engine implemented from scratch
dynaroars/neuralsat
DPLL(T)-based Verification tool for DNNs
NickLee2050/HustProgramDesign
Program Design affiliated to General Course Design of CSE College, HUST, for students enrolled in 2018.
nano-byte/sat-solver
DPLL boolean satisfiability solver for .NET
private-yusuke/sat-d
A small SAT solver implementation. 2020年度の情報科学特別演習にて書いたプログラム
safwankdb/SAT-Solver-using-DPLL
Python Implemetation of DPLL algorithm to solve Boolean Satisfiability problem
Xiaowhite7/Hust_SAT_sudo
华中科技大学计算机科学与技术学院程序设计
j-christl/DpllSatSolver
Simple Java implementation of the Davis–Putnam–Logemann–Loveland (DPLL) algorithm
Nuyoahwjl/HUST-SAT
华中科技大学课设-基于SAT的对角线数独求解程序
paultristanwagner/satisfiability-checking
Command line tool for SAT solving, SMT solving in various theories (NRA, LRA, LIA, EQ, EQUF, BV)
ZaydH/CS156
CS156 - Fall 2014 - Introduction to Artificial Intelligence
enzet/awesome-solving
SAT and SMT solving.
georgejkaye/theorem-prover
A simple theorem prover made for a university programming assignment
Billy1900/optimized-DPLL
华中科技大学数据结构课程设计2018 the optimizetion of DPLL
j-danner/2-Xornado
Graph-based DPLL-SAT Solver for propositional logic formulas in XOR-OR-AND normal form (XNF).
joshuaguerin/DPLL
A simple DPLL implementation written in Haskell.
prashanthmulge/SAT-Encoding-Solver
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 certain number of tables for seating. Some pairs of guests are couples or close Friends (F) and want to sit together at the same table. Some other pairs of guests are Enemies (E) and must be separated into different tables. The rest of the pairs are Indifferent (I) to each other and do not mind sitting together or not. However, each pair of guests can have only one relationship, (F), (E) or (I). You must find a seating arrangement that satisfies all the constraints.
sai-teja-ponugoti/Software-Testing-Quality-Assurance-and-Maintenance
ECE 653 - testing, Quality Assurance, and Maintenance.This repo holds all material, notes and assignments related to the mentioned course.
static-clouds/sudoku-sat
A sudoku solver, using SAT
AnsgarKlein/DPLL-SAT-Solver
Implementation of the DPLL algorithm for solving the satisfiability problem of propositional logic
itnef/smtx
My first SMT solver (only QF_UF)
jamestiotio/DigiAlpha
Optimized 32-Bit Full Adder, CEC-SAT Verifier & 2-SAT Solver
os12345678/SAT_DPLL
An implementation of the DPLL algorithm for solving SAT problems
Popa611/SAT-solver
Simple implementation and parallelization of the DPLL algorithm for the satisfiability problem.
armanhbi/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. 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 like this of course! So have fun!
dakotawong/Native-Sat-Solver-Package
SAT Solver NPM Package written in C++
kvignesh1420/AI
Artificial Intelligence
miadalavinezhad/DPLL_SAT_Solver
DPLL SAT solver implemented in python
StenLeinasaar/3SAT-and-KnapSacks
Final project for Computability and Complexity course
uncttao/par-DPLL
A (parallel) implementation of the classic DPLL algorithm using Cilk
karipov/sat-solver
Iterative DPLL SAT Solver with occurrence lists, jeroslow-wang heuristic