This repository contains the Dockerfile of Z3 and CVC4 for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull aggelgian/smt-solvers
(alternatively, you can build an image from Dockerfile: docker build -t="aggelgian/smt-solvers" github.com/aggelgian/smt-solvers)
docker run -i --rm aggelgian/smt-solvers z3 -in < /path/to/script
docker run -i --rm aggelgian/smt-solvers cvc4 --lang smt < /path/to/script
Content type
Image
Digest
Size
94.9 MB
Last updated
over 10 years ago
docker pull aggelgian/smt-solvers