summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/uminus_one.sy
blob: 94040bf4533e9d9fe9bb726a677ac71df4e586c2 (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status
(set-logic LIA)
(synth-fun f ((x Int)) Int ((Start Int ((- 1)))))
(declare-var x Int)
(constraint (= (f x) (- 1)))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback