Skip to content

shaowei-cai-group/ParKissat-RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

make clean; make

Run

$instance: input cnf

$threads: number of threads

$time-limit: maximum running time

time ./painless-mcomsps -c=(($threads-1)) -shr-sleep=500000 -shr-lit=1500 $instance -t=$time-limit -initshuffle

The script to run parkissat with 32 cores is given as `run_parkissat.sh'.

chmod a+x run_parkissat.sh
./run_parkissat.sh $instance

About

Parallel SAT solver that won the SAT Competition 2022 by a large margin (24% faster than the 2nd ranked solver)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages