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.
13 lines
213 B
13 lines
213 B
// test for null-pointer exception fix in fast adaptive uniformisation (cumulative reward operator)
|
|
|
|
ctmc
|
|
|
|
module m1
|
|
s: [0..1] init 0;
|
|
|
|
[] s=0 -> 2:(s'=1);
|
|
endmodule
|
|
|
|
rewards "steps"
|
|
[] true : 1;
|
|
endrewards
|