summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/anti-sk-simp.smt2
blob: d6304ec1fda53c5390678aa9355ec029bf6be834 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --sygus-inference
; EXPECT: unsat
(set-logic ALL)
(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