SAT07-reference-solver-minisat
Status
Sources unavailable: reference solver of 2007, not in the export; see the 2007-src release.
Notes
Competition name: SAT07 reference solver: minisat.
Licence
not identified No licence file or recognizable licence header was found in the archived sources. SAT Heritage redistributes the sources as the competition did; before any other use, ask the authors. If you know the licence, send a pull request adding a license field to this entry.
Build it and run it
pip install satex && satex build sat07-reference-minisat:2011 docker run --rm -v $PWD:/data satex/sat07-reference-minisat:2011 instance.cnf
This image is not on Docker Hub yet (checked 2026-09-25): the images are pushed in batches, and some entries cannot be built. Until then, satex build makes it on your machine from the archived sources and the recipe below, and the run command is the same. Mount the directory that holds your instance on /data; the proof file is optional and not produced by this solver. Its full provenance is kept: the archived sources, the pinned build environment and the recipe are all listed below, and satex build sat07-reference-minisat:2011 rebuilds the same image on your own machine if you would rather not trust ours (slower, same solver).
- Licence
- not identified: no licence file or header found in the archive; if you know it, send a pull request
- Image
satex/sat07-reference-minisat:2011- Command
./minisat_noassertions FILECNF- Compressed input
- decompressed by the image
How it is built
- Recipe
- builder generic/v1
- Builder
generic/v1- Environment
debian/eol:squeeze
Last verification
No recorded run.