Note: the project was implemented and tested on Python 3.7.16
-
Clone the project :
git clone https://github.com/tomyaacov/BPpyModelChecker.git
-
Set an anvironment to run the code. There are 2 options:
- Using docker:
docker pull tomyaacov/bppy-pynusmv:latest
- Using a virtual environment:
cd BPpyModelChecker python -m venv env source env/bin/activate pip install --upgrade pip pip install -r requirements.txt
- Using docker:
-
Run examples:
python main.py hot_cold1 3 1
python main.py hot_cold2 3 1
python main.py dining_philosophers1 2
python main.py dining_philosophers2 2