summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/no-syntax-test-no-si.sy
blob: 8f333811c1ea3f9708bd8126e0016bd1be3d4f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status

(set-logic LIA)

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

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

(constraint (= (f x y) (+ (f x x) (f y y) x 1)))

(check-synth)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback