// #TestSpec: rt-inconsistent:req1+req2; vacuous:; inconsistent:; results:-1 Input var3 is bool Input var4 is bool CONST time_at_least is 30.0 Input var1 is bool CONST time_every is 10.0 req1: After "var1" It is always the case that "var4" holds at least every "time_every" time units req2: After "var1" It is always the case that If "var3" holds, then "!var4" holds for at least "time_at_least" time units