summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug310.cvc.smt2
blob: f2110a3f7be522821ff6b832b92cff415bf4fc7e (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun b () Bool)
(declare-datatypes ((D 0)) (((c (s Int)))))
(check-sat-assuming ( (not (= (c (ite b 1 0)) (ite b (c 1) (c 0)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback