Hacker News new | ask | show | jobs
by ben-schaaf 2221 days ago
I'm still mesmerized by the 15-line prolog sudoku solver: http://programmablelife.blogspot.com/2012/07/adventures-in-d...
2 comments

It's just using a library, you can get the same effect in any language with a constraint satisfaction library.
Completely agree here, the entire 'solver' is a library there.

However, it does show how cool and versatile SAT solvers are for people who haven't used or seen them yet.