// test case for experiments using fractional constants and fractional RESULTs in the property file dtmc const double p; module M1 s: [0..2] init 0; [] s=0 -> p:(s'=1) + 1-p:(s'=2); [] s>=1 -> true; endmodule