summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite.cvc.smt2
blob: 3d4495610cb266d36c36e727452c148d33a29a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental true)
(declare-fun x () Real)
(declare-fun y () Real)
(push 1)

(assert (not (= x (ite true x y))))

(check-sat)

(pop 1)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback