summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/uminus_one.sy
blob: 9886f6a7b16b38c895a10abeee0c7ab6eae1f1ef (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
; COMMAND-LINE: --cegqi --no-dump-synth
(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