Skip to content

aayushborkar14/SAT-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAT Solver

This is a SAT solver. The solver uses the CDCL algorithm to solve the SAT problem. To run the SAT solver for any testcase, say aim-50-1_6-yes1-4.cnf, execute the following command:

cargo run testcases/aim-50-1_6-yes1-4.cnf

About

CDCL SAT Solver in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published