-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
19 lines (15 loc) · 951 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This repository contains results and source code used to analyse the fire sprinkler system.
Scripts contain the python project. Note the source code is build on Storm model checker and your will also need python bindings for storm to run this project.
To get Storm visit:
www.stormchecker.org
To get python bindings for storm visit:
https://github.com/moves-rwth/stormpy/
Once both prerequisites are installed please open
/script/test.py
And set "storm_path" and "project_path" variables in it.
You can also set Mission Time and Warranty_time on line#135 and #136 of this file.
Finally go to line#148 to set scenario_no for which you want to run the analysis.
Run
>>python test.py
The results will be printed on the console window and various intermediate files will be generated necessary for calculation.
With out running the project, please go to results directory and you will find screen dumps for all experiments in respective directory.