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
- Host: GitHub
- URL: https://github.com/markhershey/satsolver
- Owner: MarkHershey
- Created: 2020-10-21T16:25:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T20:03:47.000Z (about 5 years ago)
- Last Synced: 2025-02-14T15:48:05.344Z (11 months ago)
- Topics: np-complete, sat-solver, satisfiability-problem
- Language: Java
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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