Viewing profile — sat_solver
sat_solver
HN member- Joined
- Tue, Nov 14, 2023, 6:19 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About sat_solver
No profile information was provided.
Recent public activity
-
comment
Comment #44478550
Play stupid games, win stupid prizes. I'm not talking about only dating apps. Wherever there's an algo, there's someone manipulating you. I just deleted and disabled my Youtube his…
-
comment
Comment #44288451
You're thinking of information entropy, which is not the same concept as entropy in physics. An ice cube in a warm room can be described using a minimum description length as "ice …
-
comment
Comment #43161764
Bug zapper
-
story
I solved SAT (boolean satisfiability), what now?
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…