summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/no-mention.sy
blob: ff10c12633833c7d9a1dc076740c6d5f0c533927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic LIA)

(synth-fun p ((x Int) (y Int)) Int)
(synth-fun m ((x Int) (y Int)) Int)
(synth-fun n ((x Int)) Int)

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

(constraint (>= (m x y) x))

(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback