Skip to content

songfu1983/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 86.9%
  • C++ 12.7%
  • Other 0.4%