summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/proj-issue332-circuit-prop-xor.smt2
blob: 841e7392be01c5fd8d98cf88eeaff8a52299066d (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
(set-logic ALL)
(set-option :check-proofs true)
(declare-const x Real)
(declare-const x4 Real)
(declare-const x8 Bool)
(assert (<= x4 x))
(assert (not (xor (> x4 x) x8)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback