summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_10.cvc.smt2
blob: f928a51e7a1352d2dc1f9781439e1ec88d0b641f (plain)
1
2
3
4
5
6
7
8
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () Real)
(declare-fun b () Bool)
(assert (= x (ite b 10 (- 10))))
(assert b)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback