summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflra/simple.01.cvc.smt2
blob: 44c1944c00717acc6010c783b84935d4c6df203f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: sat
(set-logic ALL)
(set-option :incremental true)
(declare-fun x () Real)
(declare-fun y () Real)
(declare-fun f (Real) Real)
(push 1)

(assert (not (= (f x) (f y))))

(check-sat)

(pop 1)

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