summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4328-nqe.smt2
blob: 9ee9ea9740cf4a652a8892d98a091b99c0c186e4 (plain)
1
2
3
4
5
6
7
(set-logic BV)
(set-info :status sat)
(set-option :finite-model-find true)
(set-option :pre-skolem-quant-nested true)
(set-option :cegqi-nested-qe true)
(assert (forall ((a (_ BitVec 32))) (exists ((b (_ BitVec 32))) (bvsle a b))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback