boolean-satisfiability solver using automatas! (how nerdy can you get?)
Find a file
2025-03-07 09:49:26 -06:00
buildtypes first commit 2025-03-07 09:45:39 -06:00
inputs first commit 2025-03-07 09:45:39 -06:00
.gitignore first commit 2025-03-07 09:45:39 -06:00
automata.cpp first commit 2025-03-07 09:45:39 -06:00
automata.hpp first commit 2025-03-07 09:45:39 -06:00
avl.hpp first commit 2025-03-07 09:45:39 -06:00
build-all.py first commit 2025-03-07 09:45:39 -06:00
build_automata.cpp first commit 2025-03-07 09:45:39 -06:00
build_automata.hpp first commit 2025-03-07 09:45:39 -06:00
cmdln_flags.cpp first commit 2025-03-07 09:45:39 -06:00
cmdln_flags.hpp first commit 2025-03-07 09:45:39 -06:00
dict.hpp first commit 2025-03-07 09:45:39 -06:00
find_solutions.cpp first commit 2025-03-07 09:45:39 -06:00
find_solutions.hpp first commit 2025-03-07 09:45:39 -06:00
heap.hpp first commit 2025-03-07 09:45:39 -06:00
list.hpp first commit 2025-03-07 09:45:39 -06:00
main.c first commit 2025-03-07 09:45:39 -06:00
main.cpp first commit 2025-03-07 09:45:39 -06:00
main.py first commit 2025-03-07 09:45:39 -06:00
makefile first commit 2025-03-07 09:45:39 -06:00
parse.cpp first commit 2025-03-07 09:45:39 -06:00
parse.hpp first commit 2025-03-07 09:45:39 -06:00
print.cpp first commit 2025-03-07 09:45:39 -06:00
print.hpp first commit 2025-03-07 09:45:39 -06:00
problem.cpp first commit 2025-03-07 09:45:39 -06:00
problem.hpp first commit 2025-03-07 09:45:39 -06:00
quack.hpp first commit 2025-03-07 09:45:39 -06:00
README.md updated README 2025-03-07 09:49:26 -06:00
refcounted.hpp first commit 2025-03-07 09:45:39 -06:00
set.hpp first commit 2025-03-07 09:45:39 -06:00
srclist.mk first commit 2025-03-07 09:45:39 -06:00
tuple.hpp first commit 2025-03-07 09:45:39 -06:00

Boolean Satisfiability solver using automatas!

Neat, huh?

Still needs to be stress-tested. The biggest test I've given it is 20 variables, 7 clauses.

Requires C++23. Sorry guys.