summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/examples-deq.sy
blob: 3f1295df65f3bd8d3d4072f6ae2bb4b694c2f042 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
; COMMAND-LINE: --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