summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/qe.sy
blob: eaff0fd9a0314767a1827baa9083548951f90d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --no-dump-synth
(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