Skip to content

avilanicolas/530-SAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC 530 satisifier

About

Binary Decision Diagram Implemention of a Sat solver for Cal Poly CSC 530.

Usage

mvn install
java -jar target/sat-0.0.1-jar-with-dependencies.jar [--smt-lib|<file.cnf>] [smt_lib_files]

This will output all possible mappings of variables that satisfy the boolean equation specified by cnf_file which must be a file specifiying a boolean function in dimacs cnf format see https://www.dwheeler.com/essays/minisat-user-guide.html

Also checkout the cnf files in the cnf directory one of them is unsatisifable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •