summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/pure_dt_cbqi.smt2
blob: a11d14e4a354508f2bbb4bb79c8c79f97b285068 (plain)
1
2
3
4
5
6
(set-logic ALL_SUPPORTED)
(set-info :status sat)
(declare-datatypes () ((nat (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