Published June 7, 2026
| Version v2
Software
Open
SMTInterpol for SMT-COMP 2026
Authors/Creators
Description
This contains the artifacts for smtinterpol (binaries, git repository, docker build).
smtinterpol-2.5-1488-g28a43840.tar.gzis the submitted binarysmtinterpol-docker.tar.zstis the docker image used to build the binary from sources (includes linux, java, smtinterpol git repository, binaries) use withdocker image load.smtinterpol-git.tar.zstis the git repository containing the sources. Use withgit clone smtinterpol.git -b smtcomp2026Dockerfileis the docker script to build the docker image
To create the artifacts, I used:
git clone --bare https://github.com/ultimate-pa/smtinterpol -b smtcomp2026
tar --zstd -cvf smtinterpol-git.tar.zst smtinterpol.git
docker build -t smtinterpol .
docker image save smtinterpol:latest | zstd > smtinterpol-docker.tar.zst
docker run --rm -v "$PWD:/out" smtinterpol sh -c 'cp /smtinterpol/dist/*.tar.gz /out/'
Website: https://ultimate.informatik.uni-freiburg.de/smtinterpol/
Files
Files
(318.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b86ce0735dd3a94f921162f263cc1406
|
313 Bytes | Download |
|
md5:9cbba294d0dd6f7941f26e0ed8496db7
|
1.6 MB | Download |
|
md5:a4d4626d8e41212517edf5faa5a19ce6
|
294.4 MB | Download |
|
md5:d6dbfe3efe8568985c1156572c3e086e
|
22.9 MB | Download |
Additional details
Software
- Repository URL
- https://github.com/ultimate-pa/smtinterpol
- Programming language
- Java
- Development Status
- Active