summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/no-syntax-test-no-si.sy
blob: 86b60638b24e86b7a5cf08b06751299f84ed5ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: unsat
; COMMAND-LINE: --cegqi --no-dump-synth

(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