dehnert
7 years ago
6 changed files with 111 additions and 13 deletions
-
12resources/examples/testfiles/mdp/prism-mec-example1.nm
-
13resources/examples/testfiles/mdp/prism-mec-example2.nm
-
35src/storm/storage/MaximalEndComponentDecomposition.cpp
-
5src/storm/storage/StronglyConnectedComponentDecomposition.cpp
-
16src/storm/storage/StronglyConnectedComponentDecomposition.h
-
43src/test/storm/storage/MaximalEndComponentDecompositionTest.cpp
@ -0,0 +1,12 @@ |
|||
mdp |
|||
|
|||
module test |
|||
|
|||
x : [0..2]; |
|||
|
|||
[] x=0 -> true; |
|||
[] x=0 -> 0.5 : (x'=1) + 0.5: (x'=2); |
|||
[] x=1 -> (x'=0); |
|||
[] x=2 -> true; |
|||
|
|||
endmodule |
@ -0,0 +1,13 @@ |
|||
mdp |
|||
|
|||
module test |
|||
|
|||
x : [0..2]; |
|||
|
|||
[] x=0 -> true; |
|||
[] x=0 -> 0.5 : (x'=1) + 0.5: (x'=1); |
|||
[] x=0 -> (x'=2); |
|||
[] x=1 -> (x'=0); |
|||
[] x=2 -> true; |
|||
|
|||
endmodule |
Write
Preview
Loading…
Cancel
Save
Reference in new issue