You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
706 B
28 lines
706 B
// LTL bug fix in explicit engine (fixed in svn rev 9093)
|
|
|
|
mdp
|
|
|
|
module tree_160000
|
|
s:[1..13] init 1;
|
|
|
|
[r1]s=1 -> 1011/3406:(s'=2) + 2395/3406:(s'=3);
|
|
[r2]s=1 -> 968/3276:(s'=4) + 2308/3276:(s'=5);
|
|
[r2]s=2 -> 122/261:(s'=6) + 139/261:(s'=7);
|
|
[r1]s=4 -> 123/239:(s'=8) + 116/239:(s'=9);
|
|
[r4]s=6 -> 14/35:(s'=10) + 21/35:(s'=11);
|
|
[r4]s=8 -> 14/32:(s'=12) + 18/32:(s'=13);
|
|
[r1]s=3 -> 1:(s'=3);
|
|
[r1]s=5 -> 1:(s'=5);
|
|
[r1]s=7 -> 1:(s'=7);
|
|
[r1]s=9 -> 1:(s'=9);
|
|
[r1]s=10 -> 1:(s'=10);
|
|
[r1]s=11 -> 1:(s'=11);
|
|
[r1]s=12 -> 1:(s'=12);
|
|
[r1]s=13 -> 1:(s'=13);
|
|
endmodule
|
|
|
|
label "o_000" = s=1;
|
|
label "o_010" = s=4;
|
|
label "o_100" = s=2;
|
|
label "o_110" = s=8|s=6;
|
|
label "o_Pr0" = s=11|s=13;
|