logoalt Hacker News

kragenyesterday at 9:20 PM1 replyview on HN

You can implement DPLL in 30 lines of code? Not for SMT, I assume.


Replies

nextostoday at 2:09 AM

You'd need a fancy encoding for SAT to use a small DPLL implementation.

Otherwise, customize DPLL for this particular problem.