summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cbqi-lia-dt-simp.smt2
blob: a39aa4ef574d24ec94e597555fe6fcfec625d45c (plain)
1
2
3
4
5
6
; COMMAND-LINE: --cegqi --dt-rewrite-error-sel
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(declare-datatypes ((List 0)) (((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