summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/pure_dt_cbqi.smt2
blob: b196ee262c120cafc7d5a177246645e37ce2cd6b (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --cbqi --no-check-models
; EXPECT: sat
(set-logic ALL_SUPPORTED)
(set-info :status sat)
(declare-datatypes ((nat 0)) (( (Suc (pred nat)) (zero))))
(declare-fun y () nat)
(assert (forall ((x nat)) (not (= y (Suc x)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback