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