Sign inSign up

badouralix/nusmv

By badouralix

Updated almost 5 years ago

Alpine-based Docker image with NuSMV and zchaff SAT solver

Image
0

1.3K

badouralix/nusmv repository overview

NuSMV

Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

This Dockerfile builds an image with NuSMV, a symbolic model checker, with the zchaff SAT solver.

See the repo on Docker Hub.

Usage

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.

Tips and tricks

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>

License

Unless expressly stated otherwise, all contents licensed under the MIT License.

Tag summary

Content type

Image

Digest

Size

9.7 MB

Last updated

almost 5 years ago

docker pull badouralix/nusmv