Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 274 Bytes

File metadata and controls

5 lines (4 loc) · 274 Bytes

MiniPyDPLL: A Python Implementation of the DPLL Algorithm Inspired by MiniSAT

This is a simplified Python implementation of the DPLL algorithm, inspired by MiniSAT's source code, featuring core components like the watched-literal data structure.