sat4j-sat2005.jar
Licence
weak copyleft You can use it in your own software, but changes to the solver itself must be published under the same licence.
- GNU Lesser General Public License 2.1 LGPL-2.1 · weak copyleft
The solver's code stays LGPL when modified and redistributed, but a program that only links to it can keep its own licence. Full text
Read from licence file LICENSE.txt; this summary is informative, the licence text prevails. Corrections welcome by pull request.
Pull it from Docker and run it
docker pull satex/sat4j-sat2005.jar:2005 docker run --rm -v $PWD:/data satex/sat4j-sat2005.jar:2005 instance.cnf
No build needed: the image is published on Docker Hub (checked 2026-09-25). 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 sat4j-sat2005.jar:2005 rebuilds the same image on your own machine if you would rather not trust ours (slower, same solver).
Download the binary sat4j-sat2005.jar, the binary distributed by the competition, as archived by SAT Heritage: no sources are available for this solver, the image packages this file as is, nothing is compiled. The Zenodo record holding the archives of this year was downloaded 2 735 times (Zenodo counts per record, not per file).
- Licence
- LGPL-2.1 (licence file LICENSE.txt)
- Image
satex/sat4j-sat2005.jar:2005- Command
java -Xms5g -Xmx5g -jar ./sat4j-sat2005.jar FILECNF- Compressed input
- decompressed by the image
How it is built
- Recipe
- binary distribution
- Builder
generic/binary-v1- Environment
debian:8.6- Runtime dependencies
- default-jre
- Sources
- sat4j-sat2005.jar?download=1
Last verification
Run on 2026-09-16.
Build
| builder-base-image | ok | |
| compile | skip | binary distribution |
| docker-engine | ok | |
| image-assemble | ok | |
| runtime-base | ok | |
| runtime-base-image | ok | |
| runtime-dependencies | ok | |
| source-download | ok | |
| source-extract | ok |
Tests
| launch | ok | |
| sat-gzip-model | ok | |
| sat-gzip-result | ok | SAT |
| sat-gzip-termination | ok | SAT |
| sat-model | ok | |
| sat-result | ok | SAT |
| sat-termination | ok | SAT |
| unsat-proof | skip | unsupported |
| unsat-result | ok | UNSAT |
| unsat-termination | ok | UNSAT |