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