Skip to content

Toy sat solver in ocaml, that uses robdds (basically it results in (Terminal, true) if your formula does not have any solutions) - returns the bdd

Notifications You must be signed in to change notification settings

scm2342/ocamlsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A toy sat solver I wrote mostly one evening after a class in verified software systems at the TUHH.
Its not fast but it does not require you to enter your formula in cnf or dnf.
Currently it eats memory because the hashmap I use for the ITE algorithm in bdd.ml puts pointers on many objects in the weak hashmap. I do not care...

Have fun,
	Sven

About

Toy sat solver in ocaml, that uses robdds (basically it results in (Terminal, true) if your formula does not have any solutions) - returns the bdd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published