Hacker News new | past | comments | ask | show | jobs | submit login

This brings back memories. In early 2000s, I wrote my undergrad thesis on a survey of SAT solving techniques. I believe the most capable general solver at the time was called DPLL and used a backtracking approach. My key insight at the time was that if you knew the "shape" of the SAT problem (you had domain specific insight) then you could take some shortcuts by using a custom algorithm. Eg this clause is always false and reduce the search space.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: