summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cbqi-lia-dt-simp.smt2
blob: fe567f898154f9006e322368c43ee9c18c9119b5 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --cbqi --dt-rewrite-error-sel --lang=smt2.5
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(declare-datatypes () ((List (cons (head Int) (tail List)) (nil))))
(assert (exists ((y Int)) (forall ((x List)) (not (= (head x) (+ y 7))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback