Browse Source

Added some example files.

tempestpy_adaptions
dehnert 12 years ago
parent
commit
9ed1fa19e2
  1. 3
      examples/dtmc/synchronous_leader/leader.pctl
  2. 4
      examples/mdp/consensus/coin.pctl

3
examples/dtmc/synchronous_leader/leader.pctl

@ -1,3 +1,4 @@
P=? [ F elected ]
P=? [ F<=(4*(N+1)) elected ]
// P=? [ F<=(4*(N+1)) elected ]
P=? [ F<=28 elected ]
R=? [ F elected ]

4
examples/mdp/consensus/coin.pctl

@ -11,8 +11,8 @@ Pmin=? [ F finished & all_coins_equal_1 ]
Pmax=? [ F finished & !agree ]
// Min/max probability of finishing within k steps
Pmin=? [ F<=k finished ]
Pmax=? [ F<=k finished ]
Pmin=? [ F<=50 finished ]
Pmax=? [ F<=50 finished ]
// Min/max expected steps to finish
Rmin=? [ F finished ]

Loading…
Cancel
Save