summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/double-pattern.smt2
blob: 4ce21d446b140ce205590109d4ce202bbc691a9a (plain)
1
2
3
4
5
6
(set-logic UFLIA)
(set-info :status unsat)
(declare-fun P (Int) Bool)
(assert (forall ((x Int)) (! (! (P x) :pattern ((P x))) :pattern ((P x)))))
(assert (not (P 0)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback