summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/sets-fun-test.sy
blob: 987d6a7929d50b671a99d4f5aac5a62540f38916 (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status
(set-logic ALL)
(synth-fun f ((x Int)) (Set Int))

(constraint (member 45 (f 45)))
(constraint (member 8 (f 8)))
(constraint (member 0 (f 3)))

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