SAT solver

A program that determines whether a Boolean formula is satisfiable and can produce a satisfying assignment. Modern solvers often combine search with techniques that learn from conflicts.

Connect