A Free World Class High Performance SAT Solver
-
Updated
Jul 12, 2021 - JavaScript
A Free World Class High Performance SAT Solver
Efficient and customizable CNF parser for SAT solving.
Random KCNF formulas generator and WalkSAT solver implementation for AI class at UNIFI
An ROBDD & CDCL based SAT solver
In this repository I show how to perform a parallel BFS on graph constructed from CNF formulas.
Implementation of n x n SAT Sudoku solver using minisat
Conversor to WPM(1,3), dimacs format
Export conclusions with resolution (resolution) / conclusions with forward chaining for (definite) Horn clauses of propositional logic
Knowledgebase agent designed to solve a Minesweeper board
Automatically checks whether a given propositional formula is satisfiable.
Parses conjunctive normal form hyperblock notation to parallel coordinate graph visualizations. Hyperblocks are an interpretable way to build machine learning models.
Modeling and solving Discovery of Drug Agencies(an NP class problem) as a SAT Problem. See the problem statement for more details.
✏ SAT approach for 8-queens problem
This program checks if an input CNF is satisfiable or not to check logical entailment.
A fast circuit compiler that can seamlessly integrate with existing Julia code and can incrementally build up expressions and regenerate optimized circuits after substitutions and manipulations using standard Julia functions.
Given a relationship matrix among guests, output the seating arrangement. The program converts the relationship matrix into CNF clauses and finds a solution (SAT) using DPLL algorithm.
Visual and interactive tool to visualize, learn about, and step through the resolution of SAT CNF formulas
This project implements multiple solvers for the Gem Hunter (originally from the game Minesweeper) game and compares the performance.
Boolean formula to CNF conversion, DPLL and CDCL SAT solving algorithms
Add a description, image, and links to the cnf-clauses topic page so that developers can more easily learn about it.
To associate your repository with the cnf-clauses topic, visit your repo's landing page and select "manage topics."