never { s0_init: if :: !(P) && (S) && !(T) -> goto s2 :: !(P) && (S) && (T) -> goto accept_s3 :: !(P) && (S) && !(T) -> goto accept_s4 :: !(P) && !(S) -> goto s1 :: !(P) && !(S) -> goto accept_s4 fi; s1: if :: !(P) && (S) && (T) -> goto accept_s3 :: !(P) && !(S) -> goto s1 :: !(P) && (S) && !(T) -> goto accept_s5 fi; s2: if :: (T) -> goto accept_s3 :: !(P) && !(T) -> goto s2 fi; accept_s3: if :: (1) -> goto accept_s3 fi; accept_s4: if :: !(P) -> goto accept_s4 fi; accept_s5: if :: (T) -> goto accept_s3 :: !(P) && !(T) -> goto s2 fi; }