A small repo to test and benchmark different sat solvers
  • OCaml 97.7%
  • Makefile 2.3%
Find a file
2017-09-12 14:10:09 +02:00
problems New problems + better test results 2017-09-03 02:45:40 +02:00
src add mc2 2017-09-12 11:05:45 +02:00
.gitignore Initial commit 2017-05-09 17:32:51 +02:00
.merlin add mc2 2017-09-12 11:05:45 +02:00
_tags add mc2 2017-09-12 11:05:45 +02:00
LICENSE Initial commit 2017-05-09 17:32:51 +02:00
Makefile New make bench rule + Additions to README 2017-06-07 00:38:53 +02:00
opam add opam file 2017-09-12 13:56:21 +02:00
README.md fix typo 2017-09-12 13:57:20 +02:00

sat-bench

A small repo to test and benchmark different sat solvers

Benchmarking solver

Building

A simple make should be enough to build the main test executable.

Running benchs

The produced main.native executable can be called using:

./main.native <file>

Additionally, it has options to select which provers to run, filtering on the name or package of the solver.

Finally, a special command make bench can be used to launch the benchmarks on a set of selected problems.