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

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

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