An open API service indexing awesome lists of open source software.

https://github.com/markhershey/satsolver

Java & Python Implementation of the Boolean Satisfiability Problem Solver
https://github.com/markhershey/satsolver

np-complete sat-solver satisfiability-problem

Last synced: 3 months ago
JSON representation

Java & Python Implementation of the Boolean Satisfiability Problem Solver

Awesome Lists containing this project

README

          

# Boolean Satisfiability Problem

1. General [SAT](https://en.wikipedia.org/wiki/Boolean_satisfiability_problem) Solver implemented in Java
2. [2-SAT](https://en.wikipedia.org/wiki/2-satisfiability) Solver implemented in Python