You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
204 B

(set-info :smt-lib-version 2.6)
(set-logic QF_IDL)
(set-info :category "industrial")
(set-info :status unsat)
(declare-fun var_1 () Bool)
(assert (and
(= var_1 true)
(not var_1)
))
(check-sat)
(exit)