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