summaryrefslogtreecommitdiff
path: root/test/regress/regress0/rels/qgu-fuzz-relations-1-dd.smt2
blob: 52ee0b1c0f49ba832ab8f81e670d7f3749da7ba0 (plain)
1
2
3
4
5
(set-logic ALL)
(set-info :status sat)
(declare-fun d () (Tuple Int Int))
(assert (= (as emptyset (Set (Tuple Int Int))) (join (singleton (tuple 1 0)) (singleton d))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback