summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/examples-deq.sy
blob: 5b52e1da77ce51b08992e4ce1863ce6cbfc5f697 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic LIA)
(synth-fun f ((x Int) (y Int)) Int)

(constraint (not (= (f 0 4) (f 6 7))))
(constraint (= (f 5 7) (f 1 4)))

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