Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 488 Bytes

File metadata and controls

21 lines (14 loc) · 488 Bytes

Spring-2020-Applied-Mathematical-Logic

An easy implementation of a SAT solver to solve satisfiability problems.

Features

  • 2 Literal Watching
  • Recursive DPLL
  • Chronological Backtracking
  • Conflict Clause Learning
  • Non-Chronological Backtracking
  • Learnt Clause Minimization
  • Phase saving

Usage

To be released.

Contact

Feel free to email me at [email protected] or open an issue here if you have any ideas.