Skip to content

anishbadhri/complyer-sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complyer-SAT

A simple SAT solver which uses Tseytin Transformation for conversion of expressions to CNF and uses the following algorithms to find a satisfying assignment for the expression

  • 2-SAT: O(N)
  • HORN-SAT: O(N)
  • DPLL: O(2N)

Future Updates

  • Testing code
  • Unit propagation during assignments
  • CDCL algorithm

About

A simple SAT Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published