summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/constant-bool-si-all.sy
blob: eee7956f429519bd10cabf38360217a2701c445c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status
(set-logic SAT)
(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