Accidentally writing a SAT solver
blog.danielh.cc
Accidentally writing a SAT solver
1–10 of 41 posts
Re: Accidentally writing a SAT solver
#2Re: Accidentally writing a SAT solver
#3Re: Accidentally writing a SAT solver
#4On a related note, anyone have any advice for getting started with something like Z3?
Re: Accidentally writing a SAT solver
#5On a related note, anyone have any advice for getting started with something like Z3?
Re: Accidentally writing a SAT solver
#6Re: Accidentally writing a SAT solver
#7On a related note, anyone have any advice for getting started with something like Z3?
Re: Accidentally writing a SAT solver
#8I really like the styling of this blog. It's nice on the eyes, gets out of the way, and the collapsed containers for extra info is a nice touch. There's a bit of layout shift though, but that's about it.
Re: Accidentally writing a SAT solver
#9[stub for offtopicness]
Re: Accidentally writing a SAT solver
#10Interesting post, but I’m not sure this really speaks to what goes into actually writing what would be considered a “fast” SAT solver. It seems more like a post about how SAT pops up in a lot of places if you look at them right. For the state of the art in what constitutes fast solvers, the annual SAT competition papers are quite interesting to read if you’re interested in the techniques people come up with to make t…