Published June 7, 2026 | Version v2
Software Open

SMTInterpol for SMT-COMP 2026

Description

This contains the artifacts for smtinterpol (binaries, git repository, docker build).

  • smtinterpol-2.5-1488-g28a43840.tar.gz is the submitted binary
  • smtinterpol-docker.tar.zst is the docker image used to build the binary from sources (includes linux, java, smtinterpol git repository, binaries) use with docker image load.
  • smtinterpol-git.tar.zst is the git repository containing the sources. Use with git clone smtinterpol.git -b smtcomp2026
  • Dockerfile is 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