Former-commit-id: 930a222a9e
930a222a9e
@ -14,8 +14,6 @@ const int MAX;
const double pL;
const double pK;
global T : bool;
module sender
s : [0..6];
@ -105,6 +103,8 @@ endmodule
module checker
T : bool init false;
[NewFile] (T=false) -> (T'=false);
[NewFile] (T=false) -> (T'=true);