There are 1 repository under cdcl-algorithm topic.
An advanced SAT solver
A SAT Solver based on CDCL (Conflict Driven Clause Learning) implemented in python
SAT solver based on CDCL in Python with Conflict Driven Clause Learning, clever Heuristics - VSIDS, 2 - Literal watch advanced data structure, Random restarts with restart probability decay
A simple SAT solver based on the CDCL algorithm
A Header-Only CDCL SAT Solver based on MiniSat (Fast and only 500 lines)
Parallel SAT Solver
Implementation of basic CDCL-based SAT solver in Python
A small SAT solver implementation. 2020年度の情報科学特別演習にて書いたプログラム
Yet Another Sat solvER
CDCL SAT Solver implementation for babies
A DPLL sat solver accelerated by clause-driven-conflict-learning algorithm.
CDCL based SAT Solver for boolean formulas in DIMACS CNF format
C++ SAT solver using DPLL and CDCL algorithms to solve Boolean SAT problems supporting pure literal elimination, unit propagation, clause learning, and non-chronological backtracking.
Python implementation of a CDCL SAT solver with VSIDS decision heuristic and phase saving.
This project was done as part of the COL876 (SAT Solvers and Automated Reasoning) course requirements. This is a simple implementation of a CDCL-based SAT Solver. The solver involves some tried-and-tested heuristics and their results in the report.
A collaborative parallel SAT solver for teens
Boolean formula to CNF conversion, DPLL and CDCL SAT solving algorithms