summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite_real_valid.smtv1.smt2
blob: 6284053d16e8be4faab17ff4a5bcb1cd9b55a829 (plain)
1
2
3
4
5
6
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_LRA)
(declare-fun x () Real)
(declare-fun b () Bool)
(check-sat-assuming ( (not (=> (= x (/ (ite b 0 1) 1)) (>= x 0.0))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback