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