/probred

Probabilistic RED

Primary LanguageCGNU General Public License v3.0GPL-3.0

probred

Probabilistic RED

A prototype tool for the reachability analysis of probabilistic timed automata based on an integrated quantitative state-space representation, which is an extension of RED diagrams.

to compile it

cd redlib
make
cd ..
make

to run it

pta -Tg -Max -G0.000001 <.d> <.goal> <.prob>

pta -Tg -Min -G0.000001 <.d> <.goal> <.prob>

args description
-Tg reachability analysis
-Max maximum probability
-Min minimum probability
-G precision threshold
<.d> model file
<.goal> symbolic target state
<.prob> probability file