Alpine-based Docker image with NuSMV and zchaff SAT solver
1.3K
This Dockerfile builds an image with NuSMV, a symbolic model checker, with the zchaff SAT solver.
See the repo on Docker Hub.
Default workdir is /input. Thus, assuming you are currently in your project
directory:
docker run -it --rm -v $PWD:/input:ro badouralix/nusmv <file>
See manual to learn how to
use nusmv.
In your shell rc dotfile, you could add an
alias nusmv='docker run -it --rm -v $PWD:/input:ro badouralix/nusmv' so that
you would just have to run :
nusmv <file>
Unless expressly stated otherwise, all contents licensed under the MIT License.
Content type
Image
Digest
Size
9.7 MB
Last updated
almost 5 years ago
docker pull badouralix/nusmv