never { accept_init: s1_init: if :: !(p) && (q) && (s) && !(t) -> goto s2 :: !(s) -> goto s1_init :: (t) -> goto s1_init :: (p) -> goto s1_init :: !(p) && !(q) && (s) && !(t) -> goto s4 :: !(p) && (s) && !(t) -> goto accept_s3 fi; s2: if :: (p) && !(r) && !(t) -> goto accept_s5 :: !(p) && !(r) && !(t) -> goto s2 :: (t) -> goto s1_init fi; s4: if :: (t) -> goto s1_init :: (p) -> goto s1_init :: !(p) && (q) && !(t) -> goto s2 :: !(p) && !(q) && !(t) -> goto s4 fi; accept_s3: if :: !(t) -> goto accept_s3 fi; accept_s5: if :: (p) && !(r) && !(t) -> goto accept_s5 :: !(p) && !(r) && !(s) && !(t) -> goto accept_s5 :: !(p) && !(r) && (s) && !(t) -> goto accept_s6 :: (t) -> goto s1_init :: !(p) && !(r) && (s) && !(t) -> goto s2 fi; accept_s6: if :: !(r) && !(t) -> goto accept_s6 fi; }