summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/anti-sk-simp.smt2
blob: ba4f9cbb979e077aa396b8fbc99e22beb9cea72f (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --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