Skip to content

JhinQaQ/SAT_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAT_solver

Teamwork for CIS700

Usage

Note: The basic solver.py used brute force, it might cost a loooots of time to run a complex example with huge variables. If u want to try all the test cases, just run

python runAll.py solver.py [optional_directory_path]

This command will test all the cnf files in the target path (default by the current folder)

if u want to test with a single file, run

python solver.py your_file.cnf

About

Team work for CIS700

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages