3 changed files with 107 additions and 0 deletions
-
27resources/examples/testfiles/hoa/automaton_Fandp0Xp1.hoa
-
32resources/examples/testfiles/hoa/automaton_UXp0p1.hoa
-
48src/test/storm/modelchecker/prctl/dtmc/DtmcPrctlModelCheckerTest.cpp
@ -0,0 +1,27 @@ |
|||||
|
HOA: v1 |
||||
|
States: 3 |
||||
|
properties: implicit-labels trans-labels no-univ-branch deterministic complete |
||||
|
tool: "ltl2dstar" "0.5.4" |
||||
|
name: "F & p0 X p1" |
||||
|
comment: "DBA2DRA[NBA=3]" |
||||
|
acc-name: Rabin 1 |
||||
|
Acceptance: 2 (Fin(0)&Inf(1)) |
||||
|
Start: 2 |
||||
|
AP: 2 "p0" "p1" |
||||
|
--BODY-- |
||||
|
State: 0 {1} |
||||
|
0 |
||||
|
0 |
||||
|
0 |
||||
|
0 |
||||
|
State: 1 {} |
||||
|
2 |
||||
|
1 |
||||
|
0 |
||||
|
0 |
||||
|
State: 2 {} |
||||
|
2 |
||||
|
1 |
||||
|
2 |
||||
|
1 |
||||
|
--END-- |
@ -0,0 +1,32 @@ |
|||||
|
HOA: v1 |
||||
|
States: 4 |
||||
|
properties: implicit-labels trans-labels no-univ-branch deterministic complete |
||||
|
tool: "ltl2dstar" "0.5.4" |
||||
|
name: "U X p0 p1" |
||||
|
comment: "DBA2DRA[NBA=3]" |
||||
|
acc-name: Rabin 1 |
||||
|
Acceptance: 2 (Fin(0)&Inf(1)) |
||||
|
Start: 1 |
||||
|
AP: 2 "p0" "p1" |
||||
|
--BODY-- |
||||
|
State: 0 {1} |
||||
|
0 |
||||
|
0 |
||||
|
0 |
||||
|
0 |
||||
|
State: 1 {} |
||||
|
2 |
||||
|
2 |
||||
|
0 |
||||
|
0 |
||||
|
State: 2 {} |
||||
|
3 |
||||
|
2 |
||||
|
3 |
||||
|
0 |
||||
|
State: 3 {} |
||||
|
3 |
||||
|
3 |
||||
|
3 |
||||
|
3 |
||||
|
--END-- |
Reference in new issue
xxxxxxxxxx