summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/simp-typ-test.smt2
blob: 366559b9db20f4377d042dc2d2b698372bdbd368 (plain)
1
2
3
4
5
6
7
(set-logic UFLIRA)
(set-info :status unsat)
; ensure that E-matching matches on sub-types
(declare-fun P (Real) Bool)
(assert (forall ((x Real)) (P x)))
(assert (not (P 5)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback