Skip to content
/ sat Public

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lenary/sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sat - Stupid-Simple SAT Solver

I wrote this mostly to prove that I could. I started with the second dumbest algorithm, DPLL.

I want to implement:

  • Backjumping
  • Clause Learning
  • Watchlists (like minisat's)

But I haven't taken the time to think about these in depth. I hope I can reuse most of what I've written already, but likely not.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages