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

(set-logic LIA)

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

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

(constraint (= (f x y) (>= (+ x y) 500)))


(check-synth)

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