Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software
Data sources: ZENODO
addClaim

SMTInterpol for SMT-COMP 2026

Authors: Hoenicke, Jochen;

SMTInterpol for SMT-COMP 2026

Abstract

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/

Powered by OpenAIRE graph
Found an issue? Give us feedback