Learn how SAT solvers work by watching them solve Sudoku — a curses TUI animating DPLL, CDCL, and WalkSAT step by step
-
Updated
Jun 30, 2026 - Python
Learn how SAT solvers work by watching them solve Sudoku — a curses TUI animating DPLL, CDCL, and WalkSAT step by step
Hybrid heuristic and exact solvers for 0-1 Knapsack (GA+B&B, 90%), 3-SAT (WalkSAT+GSAT, 100%), and TSP (GA+2-opt/3-opt, 76% exact). Research-grade benchmarking on Pisinger, SATLIB UF250, and TSPLIB.
To associate your repository with the walksat topic, visit your repo's landing page and select "manage topics."