Yang Zhao and Kristin Yvonne Rozier
2014
These pages contain further details of the experiments described in "Probabilistic Model Checking for Comparative Analysis of Automated Air Traffic Control Systems" by Yang Zhao and Kristin Yvonne Rozier.
Our models and specifications can be checked using the probabilistic model checker PRISM, which is free and open source and can be downloaded here. The User Manual can be found here.
Disclaimer: The files distributed on this page contain research prototype PRISM code published in the paper above. The files are compatible with PRISM version 4.0.3; we make no claims regarding compatibility with any other versions. Please feel free to email me concerning clarifications, bugs, or other corrections.
run_all.sh: Run from inside either nocheck/ or tsafecheck/ directory; runs all of the data points displayed in Figure 5.
ar_tsafe.nm | DTMC PRISM model of AAC separation assurance algorithms |
ar_tsafe.pctl | PCTL formula to check against the DTMC model in ar_tsafe.nm from Section II.A |
process.py | Check the value of AR res, TSAFE res, AR res time, and AR res time; use code below |
const.sm | Constants for CTMC initial state (generated from process.py) |
csl.sm | CSL formula to check against CTMC model from Section II.B (generated from process.py) |
ctmc-const-val-template.sm | Constant variables for the CTMC PRISM model of the complete AAC system |
ctmc-check.sm |
CTMC PRISM model of the complete AAC system |
ar_tsafe.nm | DTMC PRISM model of AAC separation assurance algorithms |
ar_tsafe.pctl | PCTL formula to check against the DTMC model in ar_tsafe.nm from Section II.A |
ar_tsafe_const.nm | Constant variables for DTMC model |
process.py | Check the value of AR res, TSAFE res, AR res time, and AR
res time; use code below |
const.sm |
input CTMC constants for initial states (generated from
process.py) |
ctmc-const-val.sm | Constants variables in CTMC |
csl.sm | CSL formula to check against CTMC model from Section II.B (generated from process.py) |
ctmc-check.sm |
CTMC PRISM model of the complete AAC system |