PReLearn-kissat
Awards
- 3rd UNSAT · main track 2023 source
Notes
Preprocessor pipeline; the proof combines PR clauses (DPR) with DRAT, which satex cannot check, so no argsproof. Competition name: PReLearn-Kissat.
Licence
permissive You can use it, modify it and ship it in your own software, commercial or not, as long as you keep the copyright notices.
- MIT License MIT · permissive
Use, modify and redistribute freely, in source or binary form, as long as the copyright notice and the licence text stay with the code. This is MiniSat's licence, inherited by most of its descendants. Full text
Read from licence file PReLearn-kissat/kissat/LICENSE; this summary is informative, the licence text prevails. Corrections welcome by pull request.
Pull it from Docker and run it
docker pull satex/prelearn-kissat:2023 docker run --rm -v $PWD:/data satex/prelearn-kissat:2023 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 prelearn-kissat:2023 rebuilds the same image on your own machine if you would rather not trust ours (slower, same solver).
Download the sources PReLearn-kissat.tar.xz, the competition submission as archived by SAT Heritage, to build it yourself with the recipe below. Downloaded 12 times.
- Licence
- MIT (licence file PReLearn-kissat/kissat/LICENSE)
- Image
satex/prelearn-kissat:2023- Command
bash starexec_run_PReLearn-kissat.sh FILECNF PROOFDIR- Compressed input
- decompressed by the image
- Competition
- SAT Competition 2023
How it is built
- Recipe
- submitted build script
- Builder
generic/starexec-v2- Environment
debian:bookworm-20230703-slim@sha256:9bd077d2f77c754f4f7f5ee9e6ded9ff1dff92c6dce877754da21b917c122c77· APT snapshot 20230703T000000Z- Build command
rm -f sadical/*.o sadical/*.a sadical/sadical && rm -rf kissat/build && bash ./build.sh- Sources
- PReLearn-kissat.tar.xz
Last verification
Run on 2026-09-16.
Build
| build-environment | ok | |
| builder-base-image | ok | |
| compile | ok | |
| 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-gzip-termination | ok | |
| sat-model | ok | |
| sat-result | ok | |
| sat-termination | ok | |
| unsat-proof | skip | unsupported |
| unsat-result | ok | |
| unsat-termination | ok |