summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_11.cvc.smt2
blob: 6cb631b6b16ecd76bf6871189891fd88c4684e16 (plain)
1
2
3
4
5
6
7
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (and (and (and (= 0 (ite true x 1)) (= 0 (ite (= x 0) 0 1))) (= x (ite true y 0))) (= 0 (ite true 0 0))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback