Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 235 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 235 Bytes

SAT_Solvers

  • Designed a SAT Solver using z3 in Python, to check satisfiability in CNF (Conjunctive Normal Form)
  • Solved the NQueens and Sudoku problems with the designed solver, using DPLL (a backtracking algorithm)