Skip to content

Benchmarks for the various refinement checks that have been implemented

License

Notifications You must be signed in to change notification settings

MERCorg/benchmarks-refinement

Repository files navigation

Overview

The git repository should be initialized with the submodules, which can be done by running:

git submodule update --init

Then the Dockerfile can be used to build a Docker image with all necessary dependencies and tools installed. To build the Docker image, run the following command in the root directory of the repository:

docker build -t benchmarks-refinement .

This will create a Docker image named benchmarks-refinement. From this we can create a container to run the scripts:

docker run -it --rm --mount type=bind,source=./results/,target=/root/results/ --mount type=bind,source=./cases/,target=/root/cases/ benchmarks-refinement

First the examples must be prepared by running the prepare.py script. This can be done with the following command inside the Docker container:

/root/.venv/bin/python3 /root/scripts/prepare.py /root/mCRL2/build/stage/bin/ /root/cases/ /root/results/prepare.log

Then we can run the experiments as follows:

/root/.venv/bin/python3 /root/scripts/run.py /root/mCRL2/build/stage/bin/ /root/cases/ /root/results/results.json

About

Benchmarks for the various refinement checks that have been implemented

Resources

License

Stars

Watchers

Forks