c-cube / abrasatcuda

[archive] Truly horrible old student project: a naive SAT-solver that runs on the GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abrasatcuda

An old student project of @vbarrielle and @c-cube, supposed to run a naive DPLL SAT solver on the GPU or on pthreads.

License

GPL. Reuse at your own risk, including sanity or eye bleed.

Curious?

you can try it at least with the pthread parallelism:

$ make
$ ./abrasatcuda lib/pthread.so tests/aim-100-1_6-no-1.cnf

Oh yeah.

About

[archive] Truly horrible old student project: a naive SAT-solver that runs on the GPU

License:GNU General Public License v3.0


Languages

Language:C 72.4%Language:Python 12.9%Language:Makefile 6.3%Language:Cuda 5.8%Language:Haskell 1.9%Language:Shell 0.6%Language:C++ 0.1%