summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/anti-sk-simp.smt2
blob: 2ae54a075c07dcba21572b4317aaa4d3f8d36c77 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --cbqi --quant-anti-skolem
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)
(declare-fun f (Int) Int)
(declare-fun a () Int)
(declare-fun b () Int)
(assert (forall ((X Int)) (< X (f X))))
(assert (forall ((X Int)) (> (+ a b) (f X))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback