sat_solver
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi all, I discovered a solution to the SAT problem (boolean satisfiability) that runs in time complexity O(n*log(m)), and space O(2^n), where m is the number of inputs and n is the number of boolean operations. I have…