never { s0_init: if :: !(p) -> goto s0_init :: (p) && !(q) -> goto s1 :: (p) && (q) && (r) -> goto accept_s2 :: (p) && (q) && !(r) -> goto s3 fi; s1: if :: !(q) -> goto s1 :: (q) && (r) -> goto accept_s2 :: (q) && !(r) -> goto s3 fi; s3: if :: (r) -> goto accept_s2 :: !(r) -> goto s3 fi; accept_s2: if :: (p) && (q) && (r) -> goto accept_s2 :: (p) && (q) && !(r) -> goto s3 :: !(p) -> goto s0_init :: (p) && !(q) -> goto s1 fi; }