summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cbqi-lia-dt-simp.smt2
blob: bd7ca19cd66de39413eb2d5f981fb70267040b01 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --dt-rewrite-error-sel
; 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