summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/quant-model-simplification.smt2
blob: ce75aff1828b2c06bee020e2adfd9578e8ab7a88 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --finite-model-find
; EXPECT: sat
(set-logic UFLIA)
(set-info :status sat)
(declare-sort U 0)
(declare-fun b () Int)
(declare-fun P (U) Bool)
(assert (= b (ite (forall ((x U)) (P x)) 2 3)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback