dtmc // the param constant const double p; module M1 s: [0..1] init 0; // Unsupported: Can not use parametric constant in guard [] s<=floor(p) -> 1:(s'=1); endmodule