summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflra/simple.02.cvc.smt2
blob: a71b7f634795b477becc9b70ecabc204e10d4fbb (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () Real)
(declare-fun y () Real)
(declare-fun f (Real) Real)
(assert (<= x y))
(assert (<= y x))
(assert (not (= (f x) (f y))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback