SATisfying Solutions to Difficult Problems!
vaibhavsagar.com·2w·
Flag this post

Posted on 22 October 2025

This post covers the same material as my !!Con 2024 talk, for which the slides are here.

What are SAT solvers, and how are they useful? Let’s start by briefly touching on NP-complete problems!

NP-complete problems

NP-complete problems are decision problems, i.e. the solution to them is “yes” or “no”. When these solutions exist, they can be verified in polynomial time, but we don’t know how to find solutions in polynomial time, or even if this is possible at all (this is the [P versus NP…

Similar Posts

Loading similar posts...