; EXPECT: unsat (set-logic ALL) (set-option :incremental false) (declare-fun a () Bool) (declare-fun b () Bool) (declare-fun c () Bool) (check-sat-assuming ( (not (= (not (or a b)) (and (not a) (not b)))) ))