summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/qe.sy
blob: 77e16efcb331a0fbf3bcdc9539a057704e1310ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
; COMMAND-LINE: --cegqi-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