summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/constant-dec-tree-bug.sy
blob: ddbf07d6160038a94157a0c1e36e8cd159c7d91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status --sygus-unif-pi=complete

(set-logic LIA)
(synth-fun u ((x Int)) Int)
(synth-fun f () Bool)
(synth-fun g () Bool)
(synth-fun h () Bool)

(constraint (= (u 3) (+ (u 2) 2)))
(constraint f)
(constraint (not g))
(constraint h)

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