summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/qe.sy
blob: eba30350d9d978dee532f62fb8f0a7f55ed7d7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-si=all --sygus-out=status --sygus-qe-preproc
(set-logic LIA)

(synth-fun f ((x Int)) Int)

(declare-var x Int)
(declare-var y Int)

(constraint (=> (or (= y 2) (= y 3)) (> (f x) y)))

(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback