summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/issue3320-quant.sy
blob: a7b76182e8bbd5c274c99426e3652b6be186e3b7 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status
(set-logic LIA)
(declare-var x Int)
(declare-var y Int)
(synth-fun myfun ((x Int) (y Int)) Bool)
(constraint (exists ((x Int) (y Int)) (myfun x y)))
(constraint (exists ((x Int) (y Int)) (not (myfun x y))))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback