summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite_arith.smt2
blob: 0e171666f6d786636cfc10f06e839d41c7611a3d (plain)
1
2
3
4
5
6
(set-logic QF_LRA)
(set-info :status unsat)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (not (= x (ite true x y))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback