(set-option :produce-models true) (set-info :status unsat) (set-logic QF_UF) (declare-fun x () Bool) (declare-fun y () Bool) (declare-fun z () Bool) (assert (= x y z)) (assert (not x)) (assert z) (check-sat)