summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/constant-bool-si-all.sy
blob: 45d49e75b43f74d53e172c750c0dcd2edb4ade0b (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 () Bool)
(synth-fun g () Bool)
(synth-fun h () Bool)
(synth-fun w () Int)

(constraint (not (= w 0)))
(constraint f)
(constraint (not g))
(constraint h)

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