summaryrefslogtreecommitdiff
path: root/test/regress/regress0/rels/qgu-fuzz-relations-1.smt2
blob: b489ce65b52d34cca76207645d122285bb821c2c (plain)
1
2
3
4
5
6
7
8
(set-logic ALL)
(set-info :status sat)
(declare-fun a () (Set (Tuple Int Int)))
(declare-fun b () (Set (Tuple Int Int)))
(declare-fun c () Int)
(declare-fun d () (Tuple Int Int))
(assert (and (= b (singleton (tuple 1 0))) (= a (join b (transpose a))) (= a (join b (tclosure a))) (= a (join b (singleton d)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback