updated README

This commit is contained in:
Zander Thannhauser 2025-03-07 09:49:26 -06:00
parent 5fcfebd5fd
commit e2d8118468

View file

@ -1,7 +1,9 @@
# Boolean Satisfiability solver using automatas!
neat, huh?
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.