Remix.run Logo
kragen 4 days ago

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

nextos 4 days ago | parent [-]

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

Otherwise, customize DPLL for this particular problem.