Skip to content

Infael/probsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROBSAT

3-SAT solver written in python. Compiled to c++ using Cython.

Examples

run on one file:

python run.py --max_tries 1 --max_flips 300 --data ../uf20-91/uf20-01.cnf -r 1000

run on multiple files:

python run.py --max_tries 1 --max_flips 300 --files ../uf20-91 -s -r 1000

compile to Cython:

python setup.py build_ext --inplace 

About

Solver for 3-SAT problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published